Commit Graph

2232 Commits

Author SHA1 Message Date
Michael VAN CANNEYT
ff7eb29706 * Dotted filenames for package fcl-db 2023-07-27 19:04:15 +02:00
Michael VAN CANNEYT
bd4e9676fa * Add namespaces.lst 2023-07-27 19:04:09 +02:00
Michaël Van Canneyt
2289c1f6a2 * Remove redundant Makefile.fpc 2023-07-25 13:01:55 +02:00
Michaël Van Canneyt
bb1b1bc705 * Regenerate makefiles with subtarget support 2023-07-24 16:32:02 +02:00
Michaël Van Canneyt
65f9c53759 * Some fixes for compilation with unicodertl (new methods after merge) 2023-07-24 16:30:18 +02:00
Michaël Van Canneyt
6b5a4dbf6e * use cthreads in correct location 2023-07-19 14:27:28 +02:00
Michaël Van Canneyt
1f74ca0d1d * Fixes in PChar -> PansiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
885a265edb * Fix compilation after rebase 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
eb009243aa * PChar -> PansiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
3fdbf1f1af * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
b3f8270ea6 * PChar -> PAnsiChar 2023-07-15 18:22:41 +02:00
Michaël Van Canneyt
9a9a11ee5d * Fix forgotten PChar->PAnsiChar 2023-07-14 17:26:10 +02:00
Michaël Van Canneyt
5ee294f224 * GetExtendedFieldinfo, patch to fix #40300 2023-05-30 14:24:52 +02:00
Ondrej Pokorny
af476351f5 TPQConnection.Execute fixes 2023-05-03 08:38:03 +00:00
Michaël Van Canneyt
f0f42ca2a2 * Add const for string where possible. Fixes issue #40051 2023-04-26 22:19:53 +02:00
marcoonthegit
8fc5324111 * first set of #40051, up to db.pp
* reverted change to a virtual method.

* second batch up to sqlscript

* up to sqldblib, skipping dbase/ (which is shortstring based)
2023-04-26 17:30:00 +02:00
Dmytro Bogatskyy
327aac7f24 Add aarch64-iphonesim target 2023-03-27 18:45:00 +00:00
Michaël Van Canneyt
1da1a67369 * Port in small letters, postgres requires lowercase port setting 2023-03-19 15:22:53 +01:00
Michaël Van Canneyt
9a08966d77 * Removed debug define 2023-02-06 09:47:02 +01:00
Jinyang He
783bbb66f9 Update Makefiles 2023-02-05 19:18:48 +00:00
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