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 |
|
Adriano dos Santos Fernandes
|
a4d2f3aeba
|
Generate static libs in temp directory.
|
2023-02-04 18:32:57 -03:00 |
|
Adriano dos Santos Fernandes
|
14507af30d
|
Flat Android tree.
|
2023-02-04 18:32:57 -03:00 |
|
Adriano dos Santos Fernandes
|
56da7b245b
|
Fix Android cross build script running in Linux.
|
2023-02-04 18:32:57 -03:00 |
|
Adriano dos Santos Fernandes
|
2e0e898cc2
|
Put more common ICU library name pattern first.
|
2023-02-04 18:32:57 -03:00 |
|
Adriano dos Santos Fernandes
|
c969aa0575
|
Fix ICU loading in Android.
|
2023-02-04 18:32:56 -03:00 |
|
Adriano dos Santos Fernandes
|
85b84da6df
|
Link with Android log library.
|
2023-02-04 18:32:54 -03:00 |
|
Adriano dos Santos Fernandes
|
f0d4e9caad
|
ICU for Android: set rpath to '$ORIGIN', adjust build scripts, remove duplicated data file and save libname.major.minor.so libraries.
|
2023-02-04 18:32:54 -03:00 |
|
Adriano dos Santos Fernandes
|
543d59e720
|
Split icu data file (used in Android) outside .exe compressed file.
|
2023-02-04 18:32:48 -03:00 |
|
firebirds
|
0d19245c8d
|
increment build number
|
2023-02-03 20:32:50 +00:00 |
|
AlexPeshkoff
|
e542525d41
|
Fixed #7463: Collation based on ICU prevents DB migration to another host with another ICU version
|
2023-02-03 20:42:36 +03:00 |
|
Dmitry Yemanov
|
d7d16682cf
|
More reliable cleanup for the applier. This should fix replicator crashes after replica shutdown.
|
2023-02-03 20:16:31 +03:00 |
|
firebirds
|
4848fbe6cf
|
increment build number
|
2023-02-02 20:26:11 +00:00 |
|
AlexPeshkoff
|
611138d04d
|
Next attempt to fix buildNo
|
2023-02-02 18:18:17 +03:00 |
|
AlexPeshkoff
|
359370c2c7
|
increment build number
|
2023-02-02 18:05:46 +03:00 |
|
AlexPeshkoff
|
c609bbbab2
|
increment build number
|
2023-02-02 18:02:52 +03:00 |
|
AlexPeshkoff
|
34433ed09a
|
increment build number
|
2023-02-02 17:43:10 +03:00 |
|
AlexPeshkoff
|
67b6df6914
|
increment build number
|
2023-02-02 17:36:45 +03:00 |
|
AlexPeshkoff
|
2f5ba57ae1
|
increment build number
|
2023-02-02 17:32:12 +03:00 |
|
firebirds
|
0cf2c30af2
|
increment build number
|
2023-02-01 20:30:33 +00:00 |
|
AlexPeshkoff
|
97fe97f4e3
|
Added some debugging output to buildNo generation
|
2023-02-01 19:22:44 +03:00 |
|