Commit Graph

1942 Commits

Author SHA1 Message Date
michael
aee381c14b * Small compatibility fix for width
git-svn-id: trunk@41656 -
2019-03-09 17:34:49 +00:00
michael
663d004db9 * Add small SQL shell demo program. Allows to dump results in XML file
git-svn-id: trunk@41655 -
2019-03-09 17:34:13 +00:00
michael
02b5a755f7 * Add SQLDBIni helper
git-svn-id: trunk@41432 -
2019-02-24 15:02:20 +00:00
michael
1378f55f6d * Extended example based on pas2js test sample
git-svn-id: trunk@40768 -
2019-01-05 12:29:45 +00:00
Károly Balogh
5182dc37af haiku-x86_64: regenerated all Makefiles, take 2
git-svn-id: trunk@40758 -
2019-01-04 03:18:42 +00:00
michael
66b61bd607 * Implement locate and lookup
git-svn-id: trunk@40644 -
2018-12-25 16:29:19 +00:00
michael
c0e680e277 * Load extension demo by Silvio Clecio
git-svn-id: trunk@40610 -
2018-12-21 23:09:40 +00:00
michael
e2ff02a0f5 * Small optimization: add const to string argument (By Silvio Clecio)
git-svn-id: trunk@40607 -
2018-12-21 22:11:32 +00:00
michael
f051e1b8dc * Add Payload event
git-svn-id: trunk@40396 -
2018-11-29 15:42:06 +00:00
pierre
deb3d5a0a9 + Add Debug message when resource file is found, but not registered.
+ Add missing "T.ResourceStrings:=True;" for all source units
    that generate the new debug message above.

git-svn-id: trunk@40365 -
2018-11-24 15:14:57 +00:00
lacak
475fed4e9a fcl-db: sqldb: when parsing identifiers (TableName) take into account delimited identifiers (double quoted) separated by point + test. Bug #34511
git-svn-id: trunk@40240 -
2018-11-06 13:46:37 +00:00
michael
4bf4ce5537 * Use sqlite_open_v2 to connect, Bug ID #34278
git-svn-id: trunk@40063 -
2018-10-28 14:27:16 +00:00
yury
a29290202f * Regenerated makefiles to support x86_64-android.
git-svn-id: trunk@39958 -
2018-10-17 17:12:20 +00:00
yury
8c59eb1ce5 * Regenerated makefiles to support aarch64-android.
git-svn-id: trunk@39863 -
2018-10-06 09:36:03 +00:00
michael
e6574526db * Fix bug #34348
* Backport pas2js changes/bugfixes
* Split extjs dataset from json dataset

git-svn-id: trunk@39841 -
2018-09-30 08:15:18 +00:00
pierre
4e7003fb94 Update all packages Makefile's
git-svn-id: trunk@39828 -
2018-09-27 07:05:49 +00:00
pierre
41d2a0a496 Disable libraries not compiling for jvm-java or jvm-android targets
git-svn-id: trunk@39808 -
2018-09-26 09:29:33 +00:00
marco
98f00acb06 * trunk to 3.3.1
git-svn-id: trunk@39635 -
2018-08-18 15:47:44 +00:00
marco
d143ab60e1 * regenned makefile without date/rev components for easier merging.
git-svn-id: trunk@39630 -
2018-08-18 15:06:25 +00:00
michael
cfab40fd74 * Publish ancestorclass
git-svn-id: trunk@39619 -
2018-08-15 18:47:59 +00:00
michael
3d7ce42194 * Fix bug #34135, patch by Andrea Urbani
git-svn-id: trunk@39618 -
2018-08-15 17:18:17 +00:00
michael
677cc1c930 * Type-safe dataset access implementation and code generator
git-svn-id: trunk@39617 -
2018-08-15 10:54:36 +00:00
michael
f4a455fb35 * Add new mysql versions
git-svn-id: trunk@39616 -
2018-08-15 10:51:08 +00:00
michael
6603bf149a * Amend Patch for bug id #21594, fixing possible AV in corner cases
git-svn-id: trunk@39592 -
2018-08-08 05:00:40 +00:00
michael
b4ce6f42f9 * Undid patch for bug #33918 (r39321)
git-svn-id: trunk@39515 -
2018-07-28 09:48:43 +00:00
michael
0e6b9951ee * Fix bug ID #21594, wrong firstrecord when a data link is destroyed and buffercount changed.
git-svn-id: trunk@39471 -
2018-07-18 12:57:00 +00:00
michael
270cf0ed06 * Fix bug #18672, using improved patch of Laco
git-svn-id: trunk@39470 -
2018-07-18 12:23:04 +00:00
michael
7d0fc1cbc9 * Test bug #32348, change button to menu item
git-svn-id: trunk@39445 -
2018-07-13 07:31:20 +00:00
michael
5de8f0cf69 * Correctly convert string param to bytes
git-svn-id: trunk@39342 -
2018-06-29 11:26:41 +00:00
michael
8774d22b01 * Make Int* functions private methods, avoid passing FSQLFormatSettings
git-svn-id: trunk@39341 -
2018-06-29 11:26:16 +00:00
michael
566a6d289f * Fix negative values, reverted to strtoint
git-svn-id: trunk@39339 -
2018-06-29 09:25:13 +00:00
lacak
c73e831633 fcl-db: tests: use built-in function BytesOf() instead uf own implementation.
git-svn-id: trunk@39338 -
2018-06-29 06:57:57 +00:00
lacak
e9e9a26133 fcl-db: base: Fix "Invalid variant type cast" (when converting variant byte array to string) + remove unneded method (Delphi compat.)
git-svn-id: trunk@39337 -
2018-06-29 06:51:37 +00:00
michael
c0535b9a6f * Use BytesOf instead of custom function
git-svn-id: trunk@39333 -
2018-06-28 15:52:26 +00:00
michael
33056c1858 * Bytes start at index 0
git-svn-id: trunk@39332 -
2018-06-28 15:50:24 +00:00
michael
b859d486b4 * TBlobData is now TBytes as in Delphi (avoid code page conversions)
git-svn-id: trunk@39331 -
2018-06-28 13:41:04 +00:00
michael
6b775a2090 * Fix bug ID #33714: do not allow string conversions on blob fields
git-svn-id: trunk@39326 -
2018-06-28 10:08:53 +00:00
michael
01517dfab2 * (Slightly modified) Patch from Ondrey to allow customizing TParams created in TSQLQuery and friends
git-svn-id: trunk@39323 -
2018-06-28 09:29:54 +00:00
michael
9cb620e3ac * Fix bug #33918, make TParam getters/Setters virtual
git-svn-id: trunk@39321 -
2018-06-28 08:12:06 +00:00
michael
52fd3256ed * Fix bug ID #33916 (range Check error), patch from Ondrej Pokorny
git-svn-id: trunk@39320 -
2018-06-28 08:10:18 +00:00
michael
640c398ace * Fixed bug #33919, performance improvements by Ondrej Pokorny
git-svn-id: trunk@39319 -
2018-06-28 08:06:34 +00:00
michael
b2d386b404 * Fix bug ID #33922
git-svn-id: trunk@39318 -
2018-06-28 07:54:29 +00:00
lacak
935af781e4 fcl-db: bufdataset: cosmetic (TAutoIncField is descendant of TLongIntField)
git-svn-id: trunk@39240 -
2018-06-18 05:45:29 +00:00
michael
373061043b * Patch from Ondrej Pokorny to allow customizing the kind of query being created (bug ID 0033863)
git-svn-id: trunk@39238 -
2018-06-17 10:10:50 +00:00
michael
e8f74fdbdb * Fix bug #33869, wrong assignment in CopyFromDataset for largeint fields
git-svn-id: trunk@39237 -
2018-06-17 10:08:26 +00:00
lacak
1db2e604cd fcl-db: mysql: cosmetic
git-svn-id: trunk@39187 -
2018-06-07 06:26:27 +00:00
lacak
c65c4abd4d fcl-db: mysql: fix memleak. Bug #33837
git-svn-id: trunk@39185 -
2018-06-07 06:20:16 +00:00
lacak
fc390136cb fcl-db: sdf: fix for TTestCursorDBBasics.TestUpdateCursorPos
git-svn-id: trunk@39023 -
2018-05-18 12:26:54 +00:00
michael
8384dc7c07 * Patch from Laco to fix tests after changes in event behaviour introduced in 34980
git-svn-id: trunk@39022 -
2018-05-18 10:56:29 +00:00
lacak
7fc9871cbe fcl-db: bufdataset: fix for AV in test TTestCursorDBBasics.TestBookmarkValid
git-svn-id: trunk@39019 -
2018-05-18 08:05:19 +00:00