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

943 Commits

Author SHA1 Message Date
Vlad Khorsun
e61ffdfea1 Improvement #7186 : FB4 Nbackup RDB$BACKUP_HISTORY issue
Replace command-line switches -KEEP_DAYS and -KEEP_ROWS by single switch -KEEP <N> DAYS|ROWS
as suggested by Dimitry Sibiryakov
Add some docs.
2022-10-04 18:28:09 +03:00
Dmitry Yemanov
40b49234de More additions 2022-07-21 14:29:26 +03:00
AlexPeshkoff
ea6610a185 Docs 2022-06-27 16:44:03 +03:00
Adriano dos Santos Fernandes
352dc2b994 Misc. 2022-01-03 22:00:55 -03:00
Adriano dos Santos Fernandes
bc4107c9c2 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-27 08:29:04 -03:00
AlexPeshkoff
37b74081b0 Implemented #6959: IBatch::getInfo() 2021-09-20 18:46:19 +03:00
AlexPeshkoff
6b892235ff Implemented #6929: Add support of PKCS v.1.5 padding to RSA functions, needed for backward compatibility with old systems. 2021-08-30 19:12:26 +03:00
AlexPeshkoff
220a948c98 Fixed #6900: IBatch add method fails silently when a memory limit is exceeded 2021-08-12 15:30:17 +03:00
Adriano dos Santos Fernandes
ee53a7c46b Change docs (#6910). 2021-07-29 14:23:02 -03:00
Adriano dos Santos Fernandes
55704efd24 Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR. 2021-07-29 14:22:48 -03:00
Adriano dos Santos Fernandes
e556d3a4bc Revert "Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR."
This reverts commit ddc8b7a995.
2021-07-28 15:02:55 -03:00
Adriano dos Santos Fernandes
e0a94b7acf Revert "Change docs (#6910)."
This reverts commit 138f3c8305.
2021-07-28 15:02:32 -03:00
Adriano dos Santos Fernandes
138f3c8305 Change docs (#6910). 2021-07-28 10:46:42 -03:00
Adriano dos Santos Fernandes
ddc8b7a995 Feature #6910 - Add way to retrieve statement BLR with Statement::getInfo and ISQL's SET EXEC_PATH_DISPLAY BLR. 2021-07-28 10:46:42 -03:00
AlexPeshkoff
0a0aed280b Resolved #6797 2021-05-13 14:12:35 +03:00
AlexPeshkoff
d44a1c5896 Resolve #6806, fixed related examples in readme 2021-05-12 19:36:10 +03:00
Adriano dos Santos Fernandes
3285b0646a Fix #6800 - Client config DefaultTimeZone is not passed to server when isc_dpb_session_time_zone is not set. 2021-05-10 10:47:32 -03:00
Dmitry Yemanov
340bd02363 Renamed replication 'log' to 'journal' 2021-05-04 20:37:49 +03:00
Adriano dos Santos Fernandes
5018dd6109 Improvement #6786 - Add session time zone to system context. 2021-05-04 11:32:47 -03:00
AlexPeshkoff
d46b5182b2 Added dedicated method to close Batch interface with errors check 2021-05-04 14:20:32 +03:00
Mark Rotteveel
0e934bd662
SIMILAR TO also requires escape of }
See also https://github.com/FirebirdSQL/firebird-documentation/issues/124
2021-04-27 15:29:47 +02:00
Mark Rotteveel
6e685c3f82 Fix syntax error in substring-similar doc 2021-04-05 13:07:39 +02:00
AlexPeshkoff
72a042660b Update documentation - sample of plugin was renamed 2021-03-03 18:40:55 +03:00
Dmitry Yemanov
034e6e2453 Adjusted the docs 2021-01-28 20:33:40 +03:00
Roman Simakov
5bf5e84622 Add a short instruction for building on MacOSX using brew 2020-12-25 21:04:35 +03:00
hvlad
974a641d8e Refactor internal representation of configuration entries table.
Trivial getXXX methods now automatically generated with help of new macros.
It allows to guarantee correct method declaration and impl. details in correspondence of parameter globality.
Most getXXX methods are trivial and moved into class declaration now.
RDB$CONFIG filling code now get values of global parameters using default config instance.
2020-11-24 14:40:54 +02:00
Dmitry Yemanov
b30ff76118 Replaced ADD/DROP with INCLUDE/EXCLUDE in replication DDL 2020-10-27 15:15:35 +03:00
Adriano dos Santos Fernandes
ff37d445ce Fixed CORE-6427 and CORE-6429:
- CORE-6427 - Whitespace as date separator causes conversion error.
- CORE-6429 - Timezone offset in timestamp/time literal and CAST should follow SQL standard syntax only.
2020-10-26 12:30:21 -03:00
AlexPeshkoff
e9f3eb360d Moved cryptographic hashes to separate function crypt_hash(), crc32 - into function hash() 2020-08-26 18:46:53 +03:00
Adriano dos Santos Fernandes
103aa16c47 Misc. 2020-08-19 13:44:56 -03:00
Dmitry Yemanov
22ad236f62 CORE-6300 (next attachment/statement ID) and some other additions 2020-08-09 12:34:58 +03:00
Adriano dos Santos Fernandes
44660f8680 Add section about sequences to README.incompatibilities.3to4.txt (CORE-6084 and CORE-6376). 2020-08-06 12:33:42 -03:00
AlexPeshkoff
79ccc4d252 Postfix for CORE-5085: Docs 2020-07-22 14:56:13 +03:00
AlexPeshkoff
23906efcff Fixed CORE-6303: Error writing to TIMESTAMP/TIME WITH TIME ZONE array 2020-07-21 19:07:04 +03:00
AlexPeshkoff
422035f291 Documentation 2020-06-24 13:11:29 +03:00
AlexPeshkoff
c2692c6cee Added explicit datatype INT128 (base type for high precision numeric/decimal), enhanced processing of SET BIND for exact digital datatypes 2020-06-24 12:57:18 +03:00
AlexPeshkoff
b2b2a3bb00 Documentation 2020-06-18 10:03:35 +03:00
AlexPeshkoff
e6286cff87 Documentation 2020-06-18 00:03:51 +03:00
Gerdus
9f2b20df1e remove version mention, split database init to seperate doc 2020-06-17 23:12:17 +03:00
Gerdus
a4f1cd132f Change mention of 2.1 and renamed bat files 2020-06-17 23:12:17 +03:00
Gerdus
544b1192fe Update install_windows_manually.txt for 4.0
Add Initializing the Security Database section
2020-06-17 23:12:17 +03:00
926db40d88 Renames requested by Vlad Khorsun 2020-06-16 14:10:18 +02:00
6a37221faf Missed piece of documentation 2020-06-15 20:32:50 +02:00
2401b66e9e
Receive features list from a real provider (#266)
* Receive features list from a real provider

* Prevent statement caching if the provider doesn't support it

* Changes requested by Dmitry Yemanov
2020-06-14 20:01:53 +03:00
Alex Peshkoff
a9cef6d9ae Implemented CORE-6320: Replace Util methods to get interface pointer by legacy handle with plain functions 2020-05-29 15:44:54 +03:00
Adriano dos Santos Fernandes
b5840da376 Remove appendix with time zone regions from README.time_zone.md. 2020-05-17 22:39:02 -03:00
hvlad
6217a01583 Update documentation. 2020-05-11 23:18:57 +03:00
AlexPeshkoff
fa160113b3 Added missing methods/interfaces to documentation 2020-05-08 13:16:07 +03:00
Dmitry Yemanov
e49fe26b58 Misc adjustments 2020-05-07 10:21:41 +03:00
Adriano dos Santos Fernandes
805dee4d0b Added new time zones. 2020-05-04 13:04:18 -03:00