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.rst
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,6 +19,7 @@ Features
19
19
* [x] Support for Django 1.4-1.10.
20
20
* [x] Support for SQL Server 2000, 2005, 2008, and 2012 (please let us know if you have success running this backend with another version of SQL Server)
21
21
* [x] Support for Openedge 11.6
22
+
* [x] Support for `IBM's DB2 <https://en.wikipedia.org/wiki/IBM_DB2>`_
22
23
* [x] Native Unicode support. Every string that goes in is stored as Unicode, and every string that goes out of the database is returned as Unicode. No conversion to/from intermediate encodings takes place, so things like max_length in CharField works just like expected.
23
24
* [x] Both Windows Authentication (Integrated Security) and SQL Server Authentication.
24
25
* [x] LIMIT+OFFSET and offset w/o LIMIT emulation under SQL Server 2005.
0 commit comments