diff options
author | James Moger <james.moger@gitblit.com> | 2015-05-11 12:21:00 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2015-05-11 12:21:00 -0400 |
commit | 3250b7ffb75c3be1c8326899516d8903eb1f0e11 (patch) | |
tree | 94b2785505d1868727e04c5d2da34073e890b566 | |
parent | e06bc1d8acd059e698863b9fe348d538e17af5fa (diff) | |
download | iciql-3250b7ffb75c3be1c8326899516d8903eb1f0e11.tar.gz iciql-3250b7ffb75c3be1c8326899516d8903eb1f0e11.zip |
Updated documentation
-rw-r--r-- | README.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/README.markdown b/README.markdown index 62079ce..caf1b99 100644 --- a/README.markdown +++ b/README.markdown @@ -22,7 +22,7 @@ Supported Databases (Unit-Tested) - [Derby](http://db.apache.org/derby) 10.11
- [MySQL](http://mysql.com) 5.6
- [PostgreSQL](http://postgresql.org) 9.3
-- [SQLite](http://www.sqlite.org) 3.8
+- [SQLite](http://www.sqlite.org) 3.10
Support for others is possible and may only require creating a simple "dialect" class.
@@ -49,4 +49,4 @@ Building iciql *There will be lots of build errors.*
2. Using Ant, execute the `build.xml` script in the project root.<br/>
*This will download all necessary build dependencies.*
-3. Select your iciql project root and **Refresh** the project, this should correct all build problems.
\ No newline at end of file +3. Select your iciql project root and **Refresh** the project, this should correct all build problems.
|