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

56695 Commits

Author SHA1 Message Date
firebirds
cf9255092c increment build number
All checks were successful
continuous-integration/drone Build is passing
2023-03-17 20:31:58 +00:00
Mark Rotteveel
2c79b8770d Fix profiler owner, copy changes from rlsnotes 2023-03-17 11:24:51 +01:00
firebirds
64c5272a83 increment build number 2023-03-16 20:33:15 +00:00
Adriano dos Santos Fernandes
0fec525abf Correction for BLR print of blr_skip_locked. 2023-03-15 22:26:30 -03:00
firebirds
1fb5d18021 increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-15 20:31:51 +00:00
th1722
3a180120c4
fix macOS (Apple Silicon) build (#7502)
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Change the specified minimum version of macOS (Apple Silicon)  from 12 (Monterey) to 11(big sur).
2023-03-15 07:31:19 -03:00
firebirds
5012cd4ae5 increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-13 20:32:20 +00:00
Dmitry Yemanov
8b68a9a264 Misc
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-13 21:21:44 +03:00
firebirds
2b098f7f0e increment build number
Some checks reported errors
continuous-integration/drone/push Build encountered an error
2023-03-11 20:32:06 +00:00
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