~prof7bit/fpc26x/fixes_2_6

Viewing all changes in revision 14603.

  • Committer: marco
  • Date: 2013-03-18 13:02:29 UTC
  • Revision ID: svn-v4:3ad0048d-3df7-0310-abae-a5850022a9f2:branches/fixes_2_6:23924
--- Merging r22940 into '.':
U    packages/dblib/src/dblib.pp
--- Merging r22941 into '.':
U    packages/fcl-db/src/sqldb/mssql/mssqlconn.pp
--- Merging r22949 into '.':
G    packages/dblib/src/dblib.pp
U    packages/ibase/src/ibase60.inc
U    packages/fcl-db/src/sqldb/sqldb.pp
U    packages/mysql/src/mysql.inc
U    packages/postgres/src/postgres3dyn.pp
--- Merging r22960 into '.':
U    packages/fcl-db/src/base/db.pas
U    packages/fcl-db/src/base/dsparams.inc
--- Merging r22981 into '.':
U    packages/fcl-db/src/sqldb/sqlite/sqlite3conn.pp
--- Merging r22985 into '.':
G    packages/fcl-db/src/sqldb/mssql/mssqlconn.pp
--- Merging r22986 into '.':
G    packages/fcl-db/src/sqldb/sqlite/sqlite3conn.pp

# revisions: 22940,22941,22949,22960,22981,22985,22986
r22940 | michael | 2012-11-06 14:40:50 +0100 (Tue, 06 Nov 2012) | 1 line
Changed paths:
   M /trunk/packages/dblib/src/dblib.pp

* trivial patch from Laco
r22941 | lacak | 2012-11-06 14:57:57 +0100 (Tue, 06 Nov 2012) | 2 lines
Changed paths:
   M /trunk/packages/fcl-db/src/sqldb/mssql/mssqlconn.pp

fcl-db: mssql: very basic support for variant data type, rather than raising exception.
(as dbconvert does not support SYBVARIANT atm, use direct Move to move raw data into blob buffer)
r22949 | michael | 2012-11-08 00:08:31 +0100 (Thu, 08 Nov 2012) | 2 lines
Changed paths:
   M /trunk/packages/dblib/src/dblib.pp
   M /trunk/packages/fcl-db/src/sqldb/sqldb.pp
   M /trunk/packages/ibase/src/ibase60.inc
   M /trunk/packages/mysql/src/mysql.inc
   M /trunk/packages/postgres/src/postgres3dyn.pp

* Switched to using ansistring, because dynlibs use ansistrings
r22960 | lacak | 2012-11-09 08:41:03 +0100 (Fri, 09 Nov 2012) | 1 line
Changed paths:
   M /trunk/packages/fcl-db/src/base/db.pas
   M /trunk/packages/fcl-db/src/base/dsparams.inc

fcl-db: change var params to out in TParams.ParseSQL to reduce compiler hints about uninitialized variables.
r22981 | lacak | 2012-11-12 10:57:28 +0100 (Mon, 12 Nov 2012) | 3 lines
Changed paths:
   M /trunk/packages/fcl-db/src/sqldb/sqlite/sqlite3conn.pp

fcl-db: sqlite: cleanup + formatting
(use already defined constant JulianEpoch instead of own;
 use UnicodeCompareStr instead of WideCompareStr)
r22985 | lacak | 2012-11-14 07:21:50 +0100 (Wed, 14 Nov 2012) | 4 lines
Changed paths:
   M /trunk/packages/fcl-db/src/sqldb/mssql/mssqlconn.pp

fcl-db: mssql:
* implements GetConnectionInfo
* renames private method DBExecute to Execute (IMO slightly better name)
* reorders methods to reflex logical order in which they are called
r22986 | lacak | 2012-11-15 10:30:17 +0100 (Thu, 15 Nov 2012) | 2 lines
Changed paths:
   M /trunk/packages/fcl-db/src/sqldb/sqlite/sqlite3conn.pp

fcl-db: sqlite: call InitializeSQLite with SQLiteLibraryName (in same style like in DoInternalConnect)
to avoid exception when connection is already opened.

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: