You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -3,11 +3,11 @@
3
3
This implementation is a branch from http://pgfoundry.org/projects/uint/ by [Ryan Bradetich](http://pgfoundry.org/users/rbrad/).
4
4
It provides unsigned 2 byte and unsigned 4 byte data types to postgres 8.1 and greater.
5
5
6
-
This implementation of **uint**duplicates https://github.com/maciekgajewski/postgres-uints in a way. But atop of that this implementation provides also **uint1**.
6
+
This implementation of **uint**is in a way similar to https://github.com/maciekgajewski/postgres-uints. But atop of that this implementation provides also **uint1**.
7
7
8
8
## Major changes made so far
9
9
10
-
-*2019-08-03*: made compatible with 9.x, 10.x, and 11.x;
10
+
-*2020-03-08*: made compatible with 9.x, 10.x, 11.x, 12.x;
11
11
- added automated testing and CI (*TravisCI*): https://travis-ci.org/nad2000/postgresql-contrib-uint.
12
12
- dockerized and published at https://cloud.docker.com/u/nad2000/repository/docker/nad2000/postgres-uint;
0 commit comments