Commit Graph

12 Commits

Author SHA1 Message Date
fpc
790a4fe2d3 * log and id tags removed
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
joost
f15478c0ca - - implemented parameter support for Postgres
- Updated for changes in sqldb.pp
2005-04-10 18:30:49 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
joost
79753bc429 implemented use of HostName 2005-02-04 17:53:08 +00:00
michael
bfcb70b5e4 * Patch from Joost van der Sluis
- Use of the dynamically loaded library (postgres3dyn)
  - support for the postgreSQL'a internal fieldtype 'name'
  - implemented UpdateIndexDefs
  - Support for more then one query for each connection
2005-01-24 10:53:23 +00:00
michael
29e9e1aef2 * Patch from Joost van der Sluis
- added support for time,date and datetime fields
  - added support for tbooleanfield
  - adapted for the changes in TBuffDataset
2004-12-04 22:45:35 +00:00
michael
cae7e81d73 TBufDataset.inc:
- replaced Freemem by Reallocmem, Free by FreeAndNil

Database.inc:
  - Moved Active property from TSQLTransaction to TDBTransaction
  - Gives an error if the database of an active transaction is changed

Dataset.inc
  - Don't distribute events if FDisableControlsCount > 0
  - Replaced FActive by FState<>dsInactive
  - Set EOF after append

db.pp:
  - Removed duplicate definition of TAlignment
  - Moved Active property from TSQLTransaction to TDBTransaction
  - Replaced FActive by FState<>dsInactive
  - Gives an error if the database of an active transaction is changed

sqldb:
  - Moved Active property from TSQLTransaction to TDBTransaction
  - replaced Freemem by Reallocmem, Free by FreeAndNil

IBConnection:
  - Moved FSQLDAAllocated to the cursor

PQConnection:
  - Don't try to free the statement if a fatal error occured
2004-11-05 08:32:02 +00:00
michael
951ace9dc2 + Patch from Joost Van der Sluis to fix transactions 2004-10-27 07:23:13 +00:00
michael
8030ebf357 * Large patch from Joost Van der Sluis.
* Float fix in interbase
+ Commit and commitretaining for pqconnection
+ Preparestatement and prepareselect joined.
+ Freestatement and FreeSelect joined
+ TSQLQuery.GetSQLStatementType implemented
+ TBufDataset.AllocBuffer now no longer does a realloc
+ Fetch=True means succesfully got data. False means end of data.
+ Default implementation of GetFieldData implemented/
2004-10-10 14:24:22 +00:00
michael
2bcaf8ceaf + Fix to use postgres3 unit 2004-09-26 18:56:08 +00:00
michael
5ec64e484e + Corrected used unit postgres3 -> postgres 2004-09-26 17:13:19 +00:00
michael
566dd41dc9 + Initial Postgres implementation from Joost van der Sluis 2004-09-26 16:58:43 +00:00