gambas-source-code/gb.db.odbc/ChangeLog
Benoît Minisini ba19f3c1dd * Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas
git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 16:41:49 +00:00

37 lines
1 KiB
Text

gambas ODBC component
Tue, 29 Aug 2006 Andrea Bortolan <andrea_bortolan@yahoo.it>
fixed some bugs using PostgreSQL and Easysoft Oracle ODBC Driver
Thu, 17 Nov 2005 Andrea Bortolan <andrea_bortolan@yahoo.it>
added the BIGINT (64 bit integer) datatype support
Tue, 08 Nov 2005 Andrea Bortolan <andrea_bortolan@yahoo.it>
moved the SQLFetchScroll test function in the connection section in order to be executed only at the connection time
Thu, 03 Nov 2005 Andrea Bortolan <andrea_bortolan@yahoo.it>
add a check in order to call the ODBC API Fetch instead of FetchScroll when the driver doesn't support it
Fri, 15 Apr 2005 Andrea Bortolan <andrea_bortolan@yahoo.it>
no more "printf" in the code
all the function not implemented by the odbc standard return without rise GB.Error(s)
Thu, 14 Apr 2005 Andrea Bortolan <andrea_bortolan@yahoo.it>
implementation of many new functions - primary keys - index ecc.
Fri, 18 Mar 2005 Andrea Bortolan <andrea_bortolan@yahoo.it>
fixed the segfault problem - changed the do_query function