joost
7cfc057994
- added support for datetime-parameters
...
git-svn-id: trunk@1205 -
2005-09-27 16:46:55 +00:00
joost
294bf06cda
- Fix to allow changing the filter while filtered
...
git-svn-id: trunk@1204 -
2005-09-27 16:45:55 +00:00
michael
7d24ef2ff3
+ Fix from Alexandrov Alexandru for CheckFieldNames
...
git-svn-id: trunk@1116 -
2005-09-18 20:03:25 +00:00
joost
cf7f323975
+ Fixed a memleak regarding parameters in TSQLQuery
...
+ Fixed some memleaks in TIBConnection
+ Implemented support for Date/time and char fields in parameters for TIBConnection
+ do not check if a field is null, if that is not allowed
git-svn-id: trunk@1113 -
2005-09-18 15:44:04 +00:00
joost
423a63200d
+ Implemented GetTableNames, GetProcedureNames and GetFieldNames for TSQLConnection
...
+ Some fixes for TIBConnection.GetSchemaInfoSQL
git-svn-id: trunk@1064 -
2005-09-08 19:42:28 +00:00
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
joost
eaf75955e8
* SchemaInfoSQL-Statements are always read-only
...
git-svn-id: trunk@931 -
2005-08-23 15:31:59 +00:00
joost
18b080f47e
* Fixed a mem-leak
...
git-svn-id: trunk@930 -
2005-08-23 15:26:41 +00:00
joost
7950c3ae5e
* added a rough-readme to sqldb
...
git-svn-id: trunk@917 -
2005-08-22 15:39:54 +00:00
joost
7bfeb0b97e
* Restructured Prepare/Unprepare, removed CloseStatement
...
* Fixed a mem-leak in TIBConnection
git-svn-id: trunk@916 -
2005-08-22 15:35:32 +00:00
florian
66613d4cc7
* 64 bit fix from Aison
...
git-svn-id: trunk@913 -
2005-08-21 21:03:57 +00:00
joost
9868554dee
- patch from Alexandrov Alexandru for TSmallIntFields
...
git-svn-id: trunk@901 -
2005-08-17 17:32:33 +00:00
florian
8602390d46
* Makefiles regenerated to propagate -Ur change of fpcmake
...
git-svn-id: trunk@844 -
2005-08-10 21:55:57 +00:00
joost
509593eb49
- Added TSQLTransaction.params
...
git-svn-id: trunk@837 -
2005-08-09 21:02:18 +00:00
joost
1c3fcdaa14
- TSQLQuery.ApplyRecUpdate now uses ExecuteDirect
...
git-svn-id: trunk@833 -
2005-08-09 15:06:37 +00:00
joost
fd8de7640e
-removed TDataset.TempBuffer
...
git-svn-id: trunk@830 -
2005-08-09 12:48:39 +00:00
joost
06300bc054
- added tSqlConnection.ExecuteDirect
...
git-svn-id: trunk@829 -
2005-08-09 12:43:49 +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
joost
6318a55ca9
- Fixed date/time formats for sqldb and tdbf
...
- removed obsolete TSQLConnection.ObtainSQLStatementType
- added check for empty sql-statements to sqldb
git-svn-id: trunk@803 -
2005-08-06 13:57:56 +00:00
joost
d946895e20
- fixed a overflow error
...
git-svn-id: trunk@749 -
2005-07-25 23:08:57 +00:00
michael
efdbe66a2f
+ LookupField implementation from Alexandrov Alexandru
...
git-svn-id: trunk@710 -
2005-07-20 10:46:01 +00:00
michael
196bc349c7
+ Version 6.4.5
...
git-svn-id: trunk@628 -
2005-07-14 19:48:27 +00:00
michael
6e3590ed2a
+ New needed file
...
git-svn-id: trunk@627 -
2005-07-14 19:47:21 +00:00
michael
4aa997ed50
+ Version 6.4.5
...
git-svn-id: trunk@626 -
2005-07-14 19:44:22 +00:00
joost
ebb0738e54
- is part of revision 620
...
git-svn-id: trunk@621 -
2005-07-13 21:23:53 +00:00
joost
62871eddeb
-some filter fixes
...
- added ParseSQL property
- added DeAllocateCursorHandle
- fixed tibconnection string-parameters
git-svn-id: trunk@620 -
2005-07-13 21:03:53 +00:00
joost
19d33ef1ea
- TSQLQuery.Prepared shoud not be published
...
git-svn-id: trunk@616 -
2005-07-11 13:15:23 +00:00
joost
5355abf860
- Fixed bug #4121
...
- Implemented filtering for sqldb
git-svn-id: trunk@615 -
2005-07-11 12:54:21 +00:00
florian
cfcaff7dc9
* fixed mysql date problems using sscanf :]
...
* better integer parsing in sscanf
git-svn-id: trunk@609 -
2005-07-10 13:43:49 +00:00
michael
3b99356a0c
+ Added sqlite3 support
...
git-svn-id: trunk@578 -
2005-07-04 12:19:06 +00:00
michael
cc4818be26
+ initial implementation of new fpmake compile tools
...
git-svn-id: trunk@435 -
2005-06-17 16:53:18 +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
96a556f1ba
+ Patch from Alexandrov Alexandru to implement calculated fields
...
git-svn-id: trunk@388 -
2005-06-12 14:26:01 +00:00
michael
7949125040
+ Removed ver1_0 define
...
git-svn-id: trunk@237 -
2005-06-07 20:12:58 +00:00
peter
4ace790492
* remove $Log
...
git-svn-id: trunk@231 -
2005-06-07 09:47:55 +00:00
michael
d47c1d2477
+ Patch from Vincent Snijders to support MsecToDateTime on PPC
...
git-svn-id: trunk@230 -
2005-06-07 09:17:32 +00:00
michael
3135ce1426
+ Implemented dataset.getchildren from Alexandrov Alexandru
...
git-svn-id: trunk@225 -
2005-06-06 12:39:50 +00:00
michael
809d10c0a6
* Patch from Alexandrov Alexandru:
...
- TFieldDefs rewrited as TOwnedCollection and TFieldDef as
TCollectionItem, so it can be edited now with Collection editor;
- TFieldDef.Assign implemented;
- corrections to Index property of TField;
- made writeable Fields property of TFields;
- DefaultFieldClasses uncommented and moved to implementation part;
and some more.
git-svn-id: trunk@175 -
2005-06-02 17:13:18 +00:00
michael
0882b637a4
* Patch from Ing. Petr Kristan
...
- Add dlerror() to dl unit
- Add CurValue to TField in db.pp
- Add TCurrencyfield to db.pp
- Add TDataset.IslinkedTo to db.pp
- Add ShellExecuteEx call to shellapi
git-svn-id: trunk@167 -
2005-06-01 16:16:35 +00:00
michael
48c968edf6
+ Initialized ValidChars and Precision in FloatField
...
git-svn-id: trunk@120 -
2005-05-26 06:46:54 +00:00
michael
9cf054b6dc
+ Fix for negative fieldindex in Tfields.SetFieldIndex (from Alexandriv alexandru)
...
git-svn-id: trunk@85 -
2005-05-24 08:54:14 +00:00
fpc
790a4fe2d3
* log and id tags removed
...
git-svn-id: trunk@42 -
2005-05-21 09:42:41 +00:00
joost
99de6df34e
- fixed some warnings
...
git-svn-id: trunk@26 -
2005-05-19 09:24:37 +00:00
fpc
aabbd3c7df
* property svn:eol-style: native set
...
git-svn-id: trunk@16 -
2005-05-18 16:16:11 +00:00
peter
b68af1b0e3
* post 2.0.0 fixes from cvs
...
git-svn-id: trunk@7 -
2005-05-16 20:59:02 +00:00
fpc
50778076c3
initial import
...
git-svn-id: trunk@1 -
2005-05-16 18:37:41 +00:00
michael
e5431e6db2
- Patch from Jesus Reyes:
...
* TFloatField.SetAsString doesn't look at DecimalSeparator for
converting a string into a Float
* TBooleanField.SetAsString won't accept an empty string as a valid
value, also the patch allows strings as T, F or any starting
substring of DisplayValues to be accepted.
2005-05-12 18:52:32 +00:00
joost
734aa62d36
- check for editable state in SetFieldData
2005-05-07 14:41:00 +00:00
joost
b3403d51c8
- set FDatasource to nil in TDatalink.Create
2005-05-07 11:42:36 +00:00