Commit Graph

2212 Commits

Author SHA1 Message Date
Michaël Van Canneyt
eaf665e8c4 * Fix some compiler warnings 2023-02-04 13:04:39 +01:00
Michaël Van Canneyt
1d9a17377d * Fix compiler warning 2023-02-04 13:03:36 +01:00
Michaël Van Canneyt
a33bd31734 * Remove baseunix 2023-02-04 12:55:04 +01:00
Michaël Van Canneyt
869496b9e2 * Allow to set LogEvents on created connections 2023-02-04 11:13:43 +01:00
Michaël Van Canneyt
9c0a59b069 * 32/64 bit, handle ExecPrepared result correctly 2023-02-04 11:11:44 +01:00
Michaël Van Canneyt
a9d38fd758 * Do not compile sqldbpool on uses that do not support sqldb 2023-01-31 19:08:24 +01:00
Marcus Sackrow
9db751daff fcl-db: removed sqldbpool for atari, because no threading and no syncobjs 2023-01-30 18:03:05 +01:00
Michaël Van Canneyt
bdf5343770 ID only 32 bit 2023-01-30 10:45:52 +01:00
Michaël Van Canneyt
01d3af48a1 * Fix compilation on non-unix. fix issue #40132 2023-01-30 10:39:52 +01:00
Michaël Van Canneyt
68c52cf025 * Refactored to be able to solve threadsafety problem 2023-01-29 21:26:28 +01:00
Michaël Van Canneyt
1790b0c466 * SQLDB Database connection pool 2023-01-29 21:26:28 +01:00
Ondrej Pokorny
f9b1a5acfb Postgres: more information in EPQDatabaseError 2023-01-25 13:49:22 +01:00
Michaël Van Canneyt
27f8f077d5 * Patch from Luxa Olivetti, fix for issue #33737 2022-08-24 14:13:17 +02:00
Michaël Van Canneyt
e45b31ced5 * Set buffer size 2022-07-29 03:36:30 +02:00
Michaël Van Canneyt
2f355fe96b * Allow descendentsto set default buffer size 2022-07-29 03:17:46 +02:00
Michaël Van Canneyt
9d776f058e * Move fdbf back to private section 2022-07-11 18:03:32 +02:00
Frank Rademakers
9d4cdc9383 Additional Visual Foxpro functionality for TDbf. AutoInc fields work and can... 2022-07-11 15:57:30 +00:00
Michaël Van Canneyt
672f90bf40 Reset col when reading new lines. Fix issue #39356 2022-07-03 10:27:15 +02:00
Nikolay Nikolov
09b4925365 + enabled compilation of package fcl-db for wasm32-wasi 2022-06-22 02:03:05 +03:00
Ondrej Pokorny
b28adbad5f db xmldatapacketreader: don't use PChar in InitLoadRecords 2022-06-14 18:46:19 +00:00
Nikolay Nikolov
8c562995d7 * regenerate makefiles with latest fpcmake 2022-05-24 14:01:59 +03:00
Michaël Van Canneyt
c6e9c7c1f8 * Change writeln+exit to ignore 2022-05-03 23:14:09 +02:00
Ondrej Pokorny
2093be8fc3 db xmldatapacketreader: fix range check error in InitLoadRecords 2022-05-03 10:21:20 +00:00
Ondrej Pokorny
8a64bddb20 db testsuite: add TestMSSQLLargeStrings 2022-05-03 10:18:41 +00:00
Ondrej Pokorny
f57adee862 odbc: bind string parameters as SQL_WLONGVARCHAR only for more than 2000 characters 2022-05-03 10:18:41 +00:00
Michaël Van Canneyt
ddfe51415b * Ignore output programs 2022-05-01 16:22:55 +02:00
Ondrej Pokorny
fefb13da3b odbc: fix long string parameter bindings 2022-04-27 12:46:51 +00:00
Michaël Van Canneyt
a2a9db1e06 * Sync stored specifier names 2022-04-27 10:00:36 +02:00
Michaël Van Canneyt
045b938dfa * Add storage specifier for params 2022-04-26 17:48:03 +02:00
marcoonthegit
afcf3e5201 * Added headers (bug #39481) for fcl-db. 2022-04-26 11:17:54 +02:00
Ondrej Pokorny
adb264a711 db odbcconn: error messages received through SQLGetDiagRec are ANSI - convert them to CP_ACP 2022-04-20 18:35:03 +00:00
Pierre Muller
2f28c5596f Regenerate all Makefile's to fix problem on x86_64 linux 2022-03-07 23:46:15 +00:00
Pierre Muller
ad2ac98858 Update Makefile's 2022-03-07 22:35:29 +00:00
Michaël Van Canneyt
21326cfb9a * Remove SQLDB dependency of csvdataset unit 2022-03-01 13:30:48 +01:00
Michaël Van Canneyt
56acf11ec2 * Fix memleak when writing CSV data. Fix issue #39607 2022-03-01 13:29:36 +01:00
Michaël Van Canneyt
003d3267f0 * Additional fieldtypes for GetFromField 2022-02-19 16:23:13 +01:00
Michaël Van Canneyt
ab013b6b69 * Need fielddefs 2022-02-18 16:39:54 +01:00
Michaël Van Canneyt
1b4ad74b68 * Need fielddefs 2022-02-18 16:39:54 +01:00
Michaël Van Canneyt
e09bf7e266 * Fix fieldmap & object generator 2022-02-18 16:39:54 +01:00
Michaël Van Canneyt
f1043ef099 * Patch from Laco to implement filtering on null values 2022-02-15 23:32:28 +01:00
Pierre Muller
4da4c96349 Regenerate Makefile's with mips gcc fixes and new enabled mips64-linux target 2022-02-15 15:45:15 +00:00
Michaël Van Canneyt
c46b45bf72 * Patch from Laco to add TSingleField 2022-02-14 09:15:43 +01:00
Nikolay Nikolov
21593942a1 * regenerate all makefiles with the latest fpcmake 2022-02-13 15:26:54 +02:00
Michaël Van Canneyt
7b3ef85d2f * Patch from Werner Pamler to fix issue #39544 2022-01-30 12:42:17 +01:00
Nikolay Nikolov
b407b67ca1 * regenerate all makefiles with latest fpcmake 2022-01-19 07:08:32 +02:00
Michaël Van Canneyt
6cc82086a9 * Patch from Laco to add tests 2022-01-14 15:41:48 +01:00
Michaël Van Canneyt
fecc6db4c2 * AsString takes into account empty true or false. Fix issue #39371 2022-01-14 10:05:28 +01:00
Michaël Van Canneyt
d9996607b8 * Displayvalues can omit false part. Fix issue #39371 2022-01-14 10:01:23 +01:00
Lacak
bde7b73a3e * Patch from Laco, implementing several new properties and extendedfield. to fix issue #39521 2022-01-13 22:55:30 +01:00
Robert Roland
53e5a4a03a Adding aaarch64-embedded target
This adds support for aarch64-embedded, specifically for the Raspberry Pi 3.

Uses UART0 at 115200 baud 8N1 for console IO.
2022-01-05 12:29:00 +00:00