Commit Graph

19 Commits

Author SHA1 Message Date
michael
345472138d * Patch from Luiz Américo
- Implements Lookup, LocateNext
    - Add Support to LargeInt and Currency field types
    - Fixes a problem with word and boolean fields
    - Improves Master/Detail connection

git-svn-id: trunk@1047 -
2005-09-03 21:47:08 +00:00
michael
70dd22c6e1 + Patch from Luiz Americo to implement Locate, Fix GetRecNo.
git-svn-id: trunk@944 -
2005-08-26 11:39:17 +00:00
florian
66613d4cc7 * 64 bit fix from Aison
git-svn-id: trunk@913 -
2005-08-21 21:03:57 +00:00
michael
e050f7ddb1 * Patch from Luiz Américo:
Sqlite interface:
 - Added missing constant
 - Remapps sqlite_version from cvar to function call, the former was not working in win32
 - Clean up the code
 SQLite Dataset :
 - Reduce memory usage
 - Replaces TList with TFPList
 - Add auxiliary QuickQuery functions
 - Misc fixes

git-svn-id: trunk@827 -
2005-08-08 16:45:33 +00:00
michael
3b99356a0c + Added sqlite3 support
git-svn-id: trunk@578 -
2005-07-04 12:19:06 +00:00
michael
a3ff4850f7 * Patch from Luiz Americo:
- Implements master-detail relation using TDBF schema
  - Several fixes/improvements

git-svn-id: trunk@402 -
2005-06-14 07:35:04 +00:00
michael
11eefecc8c * Patch from Luiz Américo:
- ExecSql now can be called in closed datasets
  - Changed name from IndexFieldName to PrimaryKey to avoid confunsion
    with TclientDataset.IndexFieldName (Delphi)
  - Small changes
2005-05-06 19:08:23 +00:00
michael
7a4ced093f + Patch from Luiz Américo 2005-04-09 15:19:08 +00:00
michael
7b3db009fc * Patch fom Luiz Americo
- Add support to TMemoField
    - Add RefetchData, TableExists, UpdatesPending methods
    - Optimize ApplyUpdates when using/creating big datasets
    - Other fixes/improvements
2005-03-15 22:42:12 +00:00
michael
a21420401f + Patch from Luiz Américo to fix several issues 2005-02-18 22:34:38 +00:00
peter
e417e34496 * truncate log 2005-02-14 17:13:06 +00:00
michael
abe11d29c2 * Patch from Luiz Americo
- implements AutoInc fields
 - add IndexFieldName: now the user can choose what field use as primary key (used to apply updates).
   There's no  more necessity of using _ROWID_
 - SetRecNo and GetRecNo are working
 - Fixed issues when used in lazarus (i will send a package to lazarus list)
2005-01-12 19:14:57 +00:00
michael
c87d51dfef + Fixed double use of counter 2004-10-25 09:16:11 +00:00
michael
791bbf520e * Patch from Luiz Americo
- add support for word,datetime,date,time,float,boolean field types
  - changes name of CreateDataset to CreateTable as TDbf,TMemds
  - updates the example programs to reflect the above modifications
  - fixes compilation with fpc 1.0.10
  - fixes to work with LCL
  - also fixes violation in close function and a memory leak in the old sqlite dataset
2004-10-22 20:54:24 +00:00
michael
7452bd955c Some fixes from Luiz Americo, fixes destroy 2004-10-06 07:28:57 +00:00
michael
67c5974db4 + Fixes to CreateDataset from Luiz Americo 2004-09-26 09:35:21 +00:00
michael
6ccb2bbdbb + Two more small fixes in CreateDataset 2004-09-15 12:20:51 +00:00
michael
b9380475b5 + Small fix in CreateDataset 2004-09-15 12:19:43 +00:00
michael
44ca5f7e0b + Initial implementation from Luiz Americo 2004-09-15 12:16:39 +00:00