diff options
| author | Lorry Tar Creator <lorry-tar-importer@baserock.org> | 2015-02-17 17:25:57 +0000 |
|---|---|---|
| committer | <> | 2015-03-17 16:26:24 +0000 |
| commit | 780b92ada9afcf1d58085a83a0b9e6bc982203d1 (patch) | |
| tree | 598f8b9fa431b228d29897e798de4ac0c1d3d970 /lang/sql/odbc/README | |
| parent | 7a2660ba9cc2dc03a69ddfcfd95369395cc87444 (diff) | |
| download | berkeleydb-master.tar.gz | |
Diffstat (limited to 'lang/sql/odbc/README')
| -rw-r--r-- | lang/sql/odbc/README | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/lang/sql/odbc/README b/lang/sql/odbc/README index 7a2af0c3..c307a322 100644 --- a/lang/sql/odbc/README +++ b/lang/sql/odbc/README @@ -3,9 +3,8 @@ SQLite ODBC Driver This is an open source ODBC driver for the wonderful
SQLite 2.8.* and SQLite 3.* Database Engine/Library.
-The driver is usable but may contain lots of memory
-leaks and all other kinds of bugs. Use it on your own
-risk.
+The driver is usable but may contain bugs. Use it on
+your own risk.
The current source can be downloaded from
@@ -15,7 +14,7 @@ WIN32 binaries (the ODBC driver DLL, install/uninstall programs) are in http://www.ch-werner.de/sqliteodbc/sqliteodbc.exe
-The binaries were made with SQLite 2.8.17, SQLite 3.7.8, MingW
+The binaries were made with SQLite 2.8.17, SQLite 3.8.2, MingW
cross compiler and tested on Windows NT 4.0 with the query tool
of MS Excel 97, with StarOffice 5.2 and OpenOffice 1.1 and 2.x.
Execute the sqliteodbc.exe NSIS installer to unpack the necessary
@@ -28,7 +27,7 @@ on as an absolute pathname including the drive letter, eg as can be specified in the respective field. If empty a default value
of 100000 milliseconds is used.
-The Win64 installer (sqliteodbc_w64.exe) was made with SQLite 3.7.8,
+The Win64 installer (sqliteodbc_w64.exe) was made with SQLite 3.8.2,
MingW cross compiler and only rudimentary tested on Windows Vista 64.
Other tests were made on Linux with the "isql" command line tool
@@ -66,7 +65,10 @@ Restrictions of data type mapping: - The driver puts the ODBC string representations for date/time,
(eg for "{ts '2001-10-10 12:58:00'}" the substring within the
single quotes) directly into the SQLite column
-
+- When the DSN Option "JDConv" (Julian Day conversion) is enabled
+ the SQLite 3 driver translates floating point column data
+ interpreted as Julian Day to/from SQL_DATE, SQL_TIME, and
+ SQL_TIMESTAMP data types (supported since May 2013)
Since November 17th, 2001, configure/libtool is used for the Un*x
version which should automatically find the SQLite and unixODBC
@@ -329,7 +331,7 @@ TODO: - improve documentation
-2011-11-15
+2013-12-08
Christian Werner
mailto:chw@ch-werner.de
|
