8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-23 22:03:03 +01:00
Commit Graph

55086 Commits

Author SHA1 Message Date
firebirds
fac3133315 increment build number 2020-09-05 00:02:15 +00:00
AlexPeshkoff
38edacb65a Avoid using new bugchecks when it's not required 2020-09-04 14:19:54 +03:00
firebirds
3e837fddb6 increment build number 2020-09-04 00:02:14 +00:00
AlexPeshkoff
78fb786606 Fixed CORE-6398: Error converting string with hex representation of integer to smallint 2020-09-03 19:46:51 +03:00
hvlad
572348cae0 Lets build CLOOP using same make file that generates interface files.
It allows to avoid binding to the particular MSVC compiler version.
Undo most of the changes in cloop.vcxproj to restore ability to use MSVC older than v2017.
2020-09-03 11:40:33 +03:00
firebirds
48a76c72bb increment build number 2020-09-03 00:02:16 +00:00
AlexPeshkoff
a4e79bb1ae Fixed CORE-6396: Unknown tag (0) in isc_svc_query() results 2020-09-02 18:16:07 +03:00
firebirds
2997550780 increment build number 2020-09-02 00:02:15 +00:00
Adriano dos Santos Fernandes
78eb48c48e Fixed CORE-6397 - Message length error with COALESCE and TIME/TIMESTAMP WITHOUT TIME ZONE and WITH TIME ZONE. 2020-09-01 13:33:29 -03:00
firebirds
c8f7a6db46 increment build number 2020-08-31 00:02:16 +00:00
AlexPeshkoff
422f382a15 An attempt to fix CORE-6396 2020-08-30 19:48:38 +03:00
firebirds
9555435cf7 increment build number 2020-08-30 00:02:18 +00:00
Adriano dos Santos Fernandes
fe5527b01c Correction after regression. 2020-08-29 11:52:31 -03:00
firebirds
1039ffa14f increment build number 2020-08-29 00:02:15 +00:00
Vlad Khorsun
4f6d7df2dc
Merge pull request #272 from aafemt/cloop_build
Include CLOOP build and interfaces generation to Windows build
2020-08-28 22:52:06 +03:00
Adriano dos Santos Fernandes
47a29408f0 Improvement CORE-6395 - Allow usage of time zone displacement in config DefaultTimeZone. 2020-08-28 13:24:05 -03:00
cb21d4365d Include CLOOP build and interfaces generation to Windows build 2020-08-28 17:53:35 +02:00
AlexPeshkoff
11e79c995c Changed method of hash calculation according to Adriano's suggestion 2020-08-28 13:51:24 +03:00
Adriano dos Santos Fernandes
b37fbba0ca Fix calculation of ticks for time zones with positive displacements. 2020-08-27 22:04:17 -03:00
firebirds
13095c1c04 increment build number 2020-08-27 00:02:16 +00:00
AlexPeshkoff
bc9e7b4ae0 Restored legacy HASH(arg) returned value for non-string arguments 2020-08-26 19:43:18 +03:00
AlexPeshkoff
e9f3eb360d Moved cryptographic hashes to separate function crypt_hash(), crc32 - into function hash() 2020-08-26 18:46:53 +03:00
firebirds
9900e56cbc increment build number 2020-08-25 00:02:16 +00:00
AlexPeshkoff
64ec331b41 Fixed CORE-6392: Space in database path prevent working gbak -se ... -b "path to/database" backup 2020-08-24 10:57:19 +03:00
Adriano dos Santos Fernandes
a3aa2ba5dd Refactor system package support. 2020-08-23 22:11:23 -03:00
firebirds
ff5ea5fc94 increment build number 2020-08-24 00:02:15 +00:00
Dmitry Yemanov
46284645e5 Avoid replication of empty (read-only) transactions. Fixed memory leak. Misc corrections. 2020-08-23 18:17:18 +03:00
firebirds
46570bce9a increment build number 2020-08-22 00:02:16 +00:00
AlexPeshkoff
98a0ce7b49 Fixed tests decfloat-round-modes & decfloat-special-functions 2020-08-21 17:49:04 +03:00
Dmitry Yemanov
c69349440d This should fix the regression with explicit savepoints 2020-08-21 13:17:32 +03:00
firebirds
868a2d4c30 increment build number 2020-08-21 00:02:15 +00:00
Adriano dos Santos Fernandes
3131898e35 Cleanup as suggested by Alex. 2020-08-20 13:02:16 -03:00
Dmitry Yemanov
75ff54fd69 This should fix the remaining inconsistencies in the savepoint handling, currently asserting inside rollbackToSavepoint() 2020-08-20 10:43:34 +03:00
Dmitry Yemanov
a928bcb3cc Corrected the maximum buffer length 2020-08-20 10:43:34 +03:00
firebirds
eb979fbc97 increment build number 2020-08-20 00:02:17 +00:00
Adriano dos Santos Fernandes
103aa16c47 Misc. 2020-08-19 13:44:56 -03:00
Adriano dos Santos Fernandes
ca049a7a66 Fixed CORE-6389 - Using binary string literal to assign to user-defined blob
sub-types yield conversion error "filter not found to convert type 1 to type -13".
2020-08-19 13:44:56 -03:00
AlexPeshkoff
8613a84305 Fixed Mac build, broken by one of my previous commits 2020-08-19 19:17:52 +03:00
f222127d4f Be sure to actually use the tpb we have just declared. 2020-08-19 10:00:36 +02:00
firebirds
1d1284567a increment build number 2020-08-19 00:02:16 +00:00
e2842a1afd Add some object pascal examples of the OO API 2020-08-18 18:57:02 +02:00
Dmitry Yemanov
6f2d93efb1 Segment-aware blob replication 2020-08-18 11:37:56 +03:00
firebirds
9efb0c5b57 increment build number 2020-08-18 00:02:17 +00:00
86f17fd7c9 employe2.sql is used by two api examples and one gpre example.
It seems to have got lost in a cleanup a long time ago.
2020-08-17 17:03:22 +02:00
e8fba1e1b5 Be sure to attach via localhost so that the example actually works 2020-08-17 17:02:09 +02:00
4df1cf4723 Use correct signature for ast_routine
Be sure to attach via localhost so that the example actually works
2020-08-17 17:01:54 +02:00
46838a8d32 Use single quotes 2020-08-17 17:00:43 +02:00
c88a2f3b19 Add script to remove blob filter created by api9f 2020-08-17 17:00:16 +02:00
928d508285 Restore (and update) makefile to build deprecated api examples 2020-08-17 16:59:30 +02:00
firebirds
5808d708c6 increment build number 2020-08-15 00:02:17 +00:00