Dmitry Yemanov
23fa6d479a
Fix the remaining part of #4085 : RDB information stored inconsistently after a CREATE INDEX
2022-01-28 11:54:21 +03:00
Dmitry Yemanov
b4b7a4dd99
Remove incorrect assertion
2022-01-28 11:54:08 +03:00
firebirds
2d985a856a
increment build number
2022-01-28 00:06:00 +00:00
AlexPeshkoff
fcf5ad3e6c
Fixed #7106 : Wrong detection of must-be-delimited user names
2022-01-27 14:36:15 +03:00
AlexPeshkoff
249dbc9fd4
Fixed #7113 : Wrong path in object pascal readme.md
2022-01-27 13:25:14 +03:00
Jonathan Frutos
b9e1051446
Add initial MacOS ARM support ( #7116 )
...
Co-authored-by: Jonathan Frutos <>
2022-01-26 22:59:41 -03:00
firebirds
31acc4ff56
increment build number
2022-01-27 00:05:42 +00:00
Vlad Khorsun
efd5f6a7e1
Fixed bug #7103 : FB service hangs and can not be stopped after several 'DELETE FROM MON$STATEMENTS' being issued in order to stop ES/EDS which waits record for updating.
2022-01-26 18:48:08 +02:00
firebirds
b2f196257c
increment build number
2022-01-26 00:05:44 +00:00
AlexPeshkoff
9475d9b9cf
Fixed #7099 : Incomplete op_batch_cs response with TAG_MULTIERROR
2022-01-25 18:21:55 +03:00
Adriano dos Santos Fernandes
0f03bc9985
Fix #7112 - Avoid unload of plugins in MacOS due to problematic reload of them.
2022-01-25 06:10:16 -03:00
firebirds
06620fafcc
increment build number
2022-01-23 00:05:24 +00:00
Adriano dos Santos Fernandes
bca683b9e5
Fix #7108 - Firebird does not find an record when adding a foreign key.
2022-01-22 20:57:55 -03:00
firebirds
d74959983a
increment build number
2022-01-15 00:06:07 +00:00
Jiri Cincura ↹
c382343143
Fix typo in example. ( #7100 )
2022-01-14 10:57:46 -03:00
firebirds
22f3f4ea71
increment build number
2022-01-11 00:05:47 +00:00
Dmitry Yemanov
42fca9a943
One more postfix after the WNET cleanup
2022-01-10 14:16:52 +03:00
firebirds
dcce18c9a4
increment build number
2022-01-08 00:05:58 +00:00
Dmitry Yemanov
978c99a5ed
This should fix broken port parsing in the Classic server command line
2022-01-07 19:21:12 +03:00
firebirds
ac200b2a00
increment build number
2022-01-07 00:06:06 +00:00
Adriano dos Santos Fernandes
2d2b2a195a
Replace FB_FINAL by final.
2022-01-06 10:10:56 -03:00
Adriano dos Santos Fernandes
066785bcae
Mark nodes and stream classes as final as possible.
2022-01-06 10:01:48 -03:00
firebirds
4f3244dbff
increment build number
2022-01-06 00:06:08 +00:00
Dmitry Yemanov
8a9374fbb9
Fixed the assertion to please EXECUTE PROCEDURE with SUSPENDs inside
2022-01-05 12:51:52 +03:00
Dmitry Yemanov
82da31ccfd
Remove the WNET protocol ( #7082 )
...
* Wiped out the WNET support
* Remove the WNET files
2022-01-05 10:34:07 +03:00
firebirds
e596e03ee0
increment build number
2022-01-05 00:06:17 +00:00
Adriano dos Santos Fernandes
c07ab9b559
Refactor request's timestamp handling.
2022-01-04 07:11:46 -03:00
Adriano dos Santos Fernandes
54924bc8ce
Improvement #7092 - Improve performance of CURRENT_TIME.
2022-01-04 07:11:37 -03:00
Adriano dos Santos Fernandes
3d77ecc5db
Fix #7090 - Performance degradation with CURRENT_DATE, LOCALTIME and LOCALTIMESTAMP.
2022-01-04 07:10:53 -03:00
firebirds
545f91cc81
increment build number
2022-01-01 00:05:24 +00:00
Dmitry Yemanov
3a0078f2c3
Avoid replicating internal DDL statements (just in case they would exist)
2021-12-31 22:52:55 +03:00
Vlad Khorsun
128ce239f2
Fixed build issues on win32 with ext auth samples
2021-12-31 16:10:02 +02:00
Vlad Khorsun
35b21d32a2
Fixed build issues with ext auth samples
2021-12-31 14:27:14 +02:00
firebirds
4d37e9301a
increment build number
2021-12-27 00:05:32 +00:00
Adriano dos Santos Fernandes
9772a398af
Fix MacOS UDR and Legacy_UserManager plugins not working due to not exported entry point. ( #7088 )
...
Add FB_DLL_EXPORT to public headers.
Use default visibility also for Linux/Unix (in addition to MacOS) as
user application can also be compiled with -fvisibility=hidden.
2021-12-26 11:35:16 -03:00
firebirds
a0c88b8303
increment build number
2021-12-25 00:05:18 +00:00
Adriano dos Santos Fernandes
80e7651261
Fix warnings.
2021-12-24 11:57:57 -03:00
Adriano dos Santos Fernandes
00218503d6
Revert "Fix warnings."
...
This reverts commit 850e21a34c
.
2021-12-24 11:55:23 -03:00
Dmitry Yemanov
68a7e88572
Raise protocol version
2021-12-24 17:42:22 +03:00
Adriano dos Santos Fernandes
850e21a34c
Fix warnings.
2021-12-24 11:29:37 -03:00
Dmitry Yemanov
02c30525ca
Cleanup the remainders of the BLR-backed savepoint operations.
2021-12-24 09:37:44 +03:00
firebirds
f9fbd80ec6
increment build number
2021-12-23 00:05:22 +00:00
Adriano dos Santos Fernandes
2920891287
Fixed #7084 - Creating unique constraints on MacOS fails on larger tables.
...
configure.ac macros were not compiling and returning 1.
That caused FB_ALIGNMENT and FB_DOUBLE_ALIGN to have the wrong value 1.
2021-12-22 15:18:46 -03:00
AlexPeshkoff
66568b12d5
Fixed #7080 : Executing batch crashes server
...
(cherry picked from commit 7776f552c2
)
2021-12-22 19:55:59 +03:00
firebirds
d7037d1c56
increment build number
2021-12-18 00:05:16 +00:00
Adriano dos Santos Fernandes
523f843359
Fix #7077 - EXECUTE BLOCK (without RETURNS) do not work with batches.
2021-12-17 16:49:46 -03:00
AlexPeshkoff
c9e9283a1b
Added traditional constant to batch parameters
2021-12-17 20:00:47 +03:00
Adriano dos Santos Fernandes
d2ba43ad25
Add rpath to empbuild in MacOS.
2021-12-17 09:25:09 -03:00
Dmitry Yemanov
4c89b43337
This should fix #7070 : Error 'BLOB is not found' while replication converts INSERT into UPDATE for a conflicting record
2021-12-17 10:33:55 +03:00
firebirds
7ae9367dea
increment build number
2021-12-16 00:05:00 +00:00