lacak
|
01753385e4
fcl-db: postgresql: add schema name into schema query.
|
il y a 12 ans |
reiniero
|
4820160ed1
+ fcl-db tests: GUI test framework: add db connector selector/editor. Addresses issue #23483
|
il y a 12 ans |
lacak
|
83f411adb9
fcl-db: test: for UniDirectional datasets is RecNo=-1 (also in Delphi), so fix test.
|
il y a 12 ans |
Károly Balogh
|
7fa067265b
small & ugly patch to work around old GNU AS on Amiga, which doesn't know about -march=
|
il y a 12 ans |
Károly Balogh
|
e2ce0e54c2
made Amiga/68k RTL to build with new m68k compiler at least (result probably not functional yet)
|
il y a 12 ans |
svenbarth
|
4adb36e8da
Add support for generic type constraints. They are currently only useful to stop specialization of a generic. The parsing of a generic is still too lax and needs to be changed in the future...
|
il y a 12 ans |
florian
|
e4b0c1b284
+ lazarus compiler project for aarch64
|
il y a 12 ans |
florian
|
d4c17ec4e0
+ patch by Vojtech Cihak to add csqr function, resolves #23492
|
il y a 12 ans |
sergei
|
c73ec250a6
+ Endian-swapping procedures for version (TElfverneed, etc.) records.
|
il y a 12 ans |
sergei
|
0aa7204707
+ Added codes of dynamic relocations to TElfTarget; since most targets use similar dynamic relocation model differing only in code values, this will allow to do majority of handling in the base class.
|
il y a 12 ans |
Jonas Maebe
|
c37c039905
* report resolveref errors on the correct line number
|
il y a 12 ans |
Jonas Maebe
|
6ac8b4fbdf
* give a proper error when an mmx/fpu/sse register is used inside a memory
|
il y a 12 ans |
Jonas Maebe
|
68dd05e259
* fixed std_regname() for xmm registers with custom sizes
|
il y a 12 ans |
Jonas Maebe
|
6e9a8c9187
* write node flags to log file instead of to stdout
|
il y a 12 ans |
svenbarth
|
9ef4a35a7b
Fix the fix for Mantis #21538. The check never really worked up to now...
|
il y a 12 ans |
ludob
|
43371002c4
Oracleconnection: added support for TSQLCurser.FSelectable
|
il y a 12 ans |
sergei
|
db72b8d7fd
* TCGMips.a_loadfpu_reg_cgpara: temps of type Double need 8-byte alignment, according to description of sdcX/ldcX instructions. Using TCGSize2Size to specify alignment is somewhat weird, but it is being used in other CPU back-ends and looks working.
|
il y a 12 ans |
sergei
|
1415569ecb
- Removed UnixToWinAge, since revision 444 it does not change its argument, but wastes a lot of CPU cycles converting it from local time and back.
|
il y a 12 ans |
michael
|
cecea651b2
* Expose ForeachCall functionality in new Iterate call, but keep backwards compatibiliy
|
il y a 12 ans |
michael
|
37279faba5
* Hide internals of ForeachCall data structure
|
il y a 12 ans |
michael
|
95a0d01d0d
ForeachCall needs to be pubic
|
il y a 12 ans |
lacak
|
722193d643
fcl-db: sqlite: increase max allowed column length. Fix for existing test TestStringLargerThen8192.
|
il y a 12 ans |
lacak
|
7566c9c685
fcl-db: postgresql: correct message for unpreparation.
|
il y a 12 ans |
lacak
|
7e2627f047
fcl-db: formatting (char case)
|
il y a 12 ans |
lacak
|
ecd81ed514
fcl-db: postgresql: do not clear result of PQexec if result set is returned (PGRES_TUPLES_OK) + test
|
il y a 12 ans |
lacak
|
66a6b15efe
fcl-db: switch from usage of [stSelect, stExecProcedure] to FSelectable to determine if there is result set.
|
il y a 12 ans |
lacak
|
6a9c3a6061
fcl-db: introduce FSelectable as new TSQLCursor class field. Update sql connectors to set it after Preparation or Execution of sql statement to signal if there will be or is result set. This change is neutral. In next commit I will use FSelectable to determine if allow Open or raise SErrNoSelectStatement.
|
il y a 12 ans |
michael
|
11a531ab62
* Fixed bug #23477
|
il y a 12 ans |
reiniero
|
50f1ab686a
* fcl-db tests: clarified TTestBufDatasetDBBasics.TestIndexEditRecord error messages/description
|
il y a 12 ans |
nickysn
|
ca61631524
* fixed the key codes of the Shift-Key combinations in the X11 console
|
il y a 12 ans |