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

56686 Commits

Author SHA1 Message Date
Dmitry Yemanov
d7fedd3ea2 Better shutdown approach for the replication server
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-11 09:37:28 +03:00
firebirds
b7c3ceeafc increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-10 20:31:57 +00:00
Vlad Khorsun
23f3cca52e Fixed bug #7501 : Precision of standalone unit may differ from packaged one in SQL dialect 1 2023-03-10 22:13:18 +02:00
firebirds
fb24aa496f increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-09 20:31:54 +00:00
AlexPeshkoff
8ceae56738 Fixed #7488: Invalid real to string cast
Some checks reported errors
continuous-integration/drone/push Build encountered an error
(cherry picked from commit 6ada476eed)
2023-03-09 20:23:22 +03:00
AlexPeshkoff
9356f8772c Misc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-09 18:15:40 +03:00
firebirds
29a6bd0652 increment build number 2023-03-03 20:31:36 +00:00
Vlad Khorsun
7f2609836b Add missed break. 2023-03-03 15:42:10 +02:00
Vlad Khorsun
3076f72c1d Fixed bug #7493 : Firebird 5.0 snapshot blob not found error after first commit / rollback 2023-03-03 13:20:35 +02:00
Vlad Khorsun
4bc971ef3d Fixed bug #7485 : Problem with parallel restore.
Thanks to Dimitry Sibiryakov for help.
2023-03-03 11:03:23 +02:00
firebirds
4e551ee013 increment build number 2023-03-01 20:32:24 +00:00
Dmitry Yemanov
841d1df632 Revert back to separate methods, this fixes #7474 (Incorrect condition evaluation) 2023-03-01 15:55:35 +03:00
Adriano dos Santos Fernandes
eb147356d2 Postfixes for #7482:
- Fix assertion in debug build with the issue's test case
- Fix wrong implementation of nullable flag
2023-02-28 23:21:44 -03:00
Adriano dos Santos Fernandes
397bf4901a Fix code style. 2023-02-28 21:16:06 -03:00
firebirds
96013f48b1 increment build number 2023-02-27 20:32:02 +00:00
Vlad Khorsun
4e3a2a238d Fixed bug #7487 : Parallel restore could miss few records 2023-02-27 16:17:23 +02:00
Vlad Khorsun
4411f42229 This should fix bug #7485 : Problem with parallel restore 2023-02-27 16:08:19 +02:00
Adriano dos Santos Fernandes
25b7465df4 Fix #7484 - External engine SYSTEM not found. 2023-02-27 08:14:21 -03:00
firebirds
a5e9fa42ee increment build number 2023-02-26 20:31:08 +00:00
Adriano dos Santos Fernandes
0eb87cb0ce Fix #7486 - No initialization of rpb's runtime flags causes problems with SKIP LOCKED when config ReadConsistency = 0. 2023-02-26 11:04:55 -03:00
Adriano dos Santos Fernandes
689c17b42a Add package version to Android AAR snapshot 2023-02-25 21:28:33 -03:00
firebirds
df143eff17 increment build number 2023-02-24 20:32:57 +00:00
Vlad Khorsun
7e33f98443 Fixed bug #7482 : Result of blob_append(null, null) (literal '<null>') is not shown 2023-02-24 12:06:22 +02:00
firebirds
860afa689b increment build number 2023-02-18 20:32:56 +00:00
Dmitry Yemanov
c596b76e40 Fixed NULL lookup in full index scans 2023-02-18 09:51:31 +03:00
firebirds
f05b48184f increment build number 2023-02-17 20:35:11 +00:00
Dmitry Yemanov
8f12020e25 Fixed crash if the index is created as both computed and partial (see example in #7257). Better resource cleanup on error. Remove redundant ODS checks. 2023-02-17 19:07:26 +03:00
Adriano dos Santos Fernandes
340466e0df
Merge pull request #7469 from FirebirdSQL/work/android
Make Android port (client / embedded) work inside apps
2023-02-16 23:18:28 -03:00
firebirds
4adfc90729 increment build number 2023-02-13 20:33:12 +00:00
AlexPeshkoff
e1801225db Fixed #7473: Client application crash when processing callback requests from server during attachDatabase 2023-02-13 17:57:27 +03:00
firebirds
39fbfbf650 increment build number 2023-02-11 20:32:51 +00:00
Adriano dos Santos Fernandes
2b5347537d Fix #7472 - Window functions may lead to crash interacting with others exceptions. 2023-02-11 11:12:59 -03:00
Adriano dos Santos Fernandes
e782f06f87 Build Android multi-arch AAR workflow. 2023-02-09 22:35:46 -03:00
Adriano dos Santos Fernandes
5ff0acf6af Set AAR name and remove unneeded dependencies. 2023-02-09 07:19:55 -03:00
Adriano dos Santos Fernandes
67940f7b81 Remove default app. 2023-02-09 07:19:55 -03:00
Adriano dos Santos Fernandes
6396866da2 Add FirebirdConf class. 2023-02-09 07:19:55 -03:00
Adriano dos Santos Fernandes
fb83b7690a Init Android embedded library. 2023-02-09 07:19:55 -03:00
Adriano dos Santos Fernandes
647e364f4b Init Android project. 2023-02-09 07:19:54 -03:00
firebirds
4b4c26be27 increment build number 2023-02-08 20:33:22 +00:00
Dmitry Yemanov
8cc386a9a7 Yet another replication postfix 2023-02-08 08:38:58 +03:00
firebirds
aa29e8a367 increment build number 2023-02-07 20:33:41 +00:00
AlexPeshkoff
71a27ce507 Implemented #7468: Add switch to control in guardian timeout before killing firebird server process 2023-02-07 20:24:38 +03:00
AlexPeshkoff
0a54663469 Fixed #7371: Various errors (fatal lock manager error, pthread_mutex_destroy failed) caused by races when opening/closing database
(cherry picked from commit aabae5c5a8)
2023-02-07 19:37:20 +03:00
Dmitry Yemanov
bba2051e7d Postfix for my yesterday's commit 2023-02-07 12:17:47 +03:00
firebirds
cd9c2b28f6 increment build number 2023-02-06 20:33:46 +00:00
AlexPeshkoff
edb12d93a5 Fixed #7465: Restore success illegally reported when gbak was unable to activate all indices 2023-02-06 20:38:22 +03:00
Dmitry Yemanov
da2cd09ba0 Use the request pool where appropriate. Ensure page latches are released after errors. Misc adjustments. 2023-02-06 19:06:14 +03:00
Adriano dos Santos Fernandes
d1cde0b02a Replace usage of icu.exe by icu_windows.zip. 2023-02-04 18:32:59 -03:00
Adriano dos Santos Fernandes
2090a34390 Replace icu.exe by icu_windows.zip. 2023-02-04 18:32:58 -03:00
Adriano dos Santos Fernandes
76685f7696 Extract ICU data from icudt.zip. 2023-02-04 18:32:58 -03:00