egorpugin
|
269e1a26ab
|
[build] [cmake] Add 'gfix -write async' command on databases during build. Fix clang+linux build.
|
2015-02-03 07:10:47 +00:00 |
|
dimitr
|
7c6a608ad8
|
Fixed one of my last commits, thanks to Adriano.
|
2015-02-03 06:48:50 +00:00 |
|
asfernandes
|
8a3bf7529a
|
Warnings.
|
2015-02-03 00:43:30 +00:00 |
|
firebirds
|
ca802d0e96
|
nightly update
|
2015-02-03 00:15:22 +00:00 |
|
alexpeshkoff
|
7bcfa91654
|
WIP on CORE-3885: Firebird for Android, databases may be created, trivial requests run in embedded mode
|
2015-02-02 17:14:06 +00:00 |
|
alexpeshkoff
|
dba8dcd9e9
|
WIP on CORE-3885: Firebird for Android, ignore pseudo-error caused by Google bug
|
2015-02-02 15:25:45 +00:00 |
|
dimitr
|
8d28efe1b5
|
Fixed CORE-4075: Server bugchecks or crashes on exception in calculated index. First part of the fix.
|
2015-02-02 09:27:38 +00:00 |
|
dimitr
|
6addf917b5
|
Additional fix for CORE-4673: Computed index based on a computed column stores NULL for all its keys.
|
2015-02-02 08:53:32 +00:00 |
|
firebirds
|
f177f113fe
|
nightly update
|
2015-02-02 00:12:56 +00:00 |
|
egorpugin
|
23178f0d09
|
[build] [cmake] Move some projects to Boot folder. Improve generating of build_msg and codes. Fix Windows issue with databases.
|
2015-02-01 16:43:35 +00:00 |
|
firebirds
|
31ccad8148
|
nightly update
|
2015-02-01 00:13:49 +00:00 |
|
egorpugin
|
5bb8d48e3f
|
[build] Fix OS X build: removed extra qualification on member Mnt().
|
2015-01-31 15:04:14 +00:00 |
|
firebirds
|
50ba077282
|
nightly update
|
2015-01-31 00:14:04 +00:00 |
|
egorpugin
|
acbd633e45
|
[build] [cmake] Make 'remote' and 'common' targets private for 'yvalve' target.
|
2015-01-30 20:23:34 +00:00 |
|
alexpeshkoff
|
f8921b668c
|
WIP on CORE-3885: Firebird for Android, fix ICU load
|
2015-01-30 17:25:35 +00:00 |
|
dimitr
|
a212d550e8
|
Simplest possible fix for regression CORE-4673: Computed index based on a computed column stores NULL for all its keys.
|
2015-01-29 15:16:00 +00:00 |
|
dimitr
|
9a402f4921
|
Removed the redundant code (accidental copy-paste remaining), thanks to Adriano.
|
2015-01-29 10:47:11 +00:00 |
|
dimitr
|
0707f3a747
|
Fixed CORE-4675: Conditions like WHERE <field> = <cursor>.<field> don't use existing index.
|
2015-01-29 10:26:27 +00:00 |
|
egorpugin
|
121c8bc1aa
|
[build] [cmake] Extract ICU and zlib only once.
|
2015-01-29 07:10:47 +00:00 |
|
hvlad
|
71a77fe82a
|
Correct use of CRT.
|
2015-01-28 17:12:57 +00:00 |
|
alexpeshkoff
|
af885a150f
|
Fixed a bug introduced by me when working on CORE-3658 3 years ago
|
2015-01-28 17:00:12 +00:00 |
|
egorpugin
|
0ee8474f1c
|
[build] [cmake] Set engine12_common target's type to OBJECT (library).
|
2015-01-28 14:52:48 +00:00 |
|
dimitr
|
d1b4bfc0fc
|
Fixed my yesterday's commit (forgotten part).
|
2015-01-28 09:01:55 +00:00 |
|
dimitr
|
865f30b7d4
|
Fixed my yesterday's commit.
|
2015-01-28 08:15:42 +00:00 |
|
egorpugin
|
0c20b47e2c
|
Improve Qt+MSVC build. Fix some messages. Crosscompiling improvements (add some defines).
|
2015-01-27 14:37:59 +00:00 |
|
alexpeshkoff
|
69cdd58f19
|
Work in progress on CORE-3885: Firebird for Android, build is complete
|
2015-01-27 10:46:48 +00:00 |
|
dimitr
|
6271ba0476
|
Removed debugging option.
|
2015-01-27 10:33:10 +00:00 |
|
dimitr
|
5d0f362be8
|
Fixed Windows builds.
|
2015-01-27 10:31:34 +00:00 |
|
dimitr
|
cc8cc680a3
|
Core (engine-level) support for scrollable DSQL cursors. Fixed the IResultSet API to match the JDBC spec. Renamed FB_EOF to FB_NO_DATA. Refactored some DSQL internals.
|
2015-01-27 10:29:30 +00:00 |
|
alexpeshkoff
|
dcc5dfbba9
|
cleanup
|
2015-01-27 10:21:36 +00:00 |
|
alexpeshkoff
|
98c00b6184
|
Fixed running thread specific tests
|
2015-01-27 08:48:44 +00:00 |
|
dimitr
|
f07f8a68c8
|
Attempted to fix the incorrect events wrapping, causing hangs/crashes and memory leaks.
|
2015-01-26 21:33:56 +00:00 |
|
egorpugin
|
7fbb9837ae
|
[build] [cmake] Fix crosscompiling for android on linux.
|
2015-01-26 19:20:48 +00:00 |
|
egorpugin
|
d75a3ec4d6
|
[build] [cmake] Update build according to the last changes.
|
2015-01-26 15:23:27 +00:00 |
|
hvlad
|
b5d0667cce
|
Fix Windows build
|
2015-01-26 15:00:31 +00:00 |
|
asfernandes
|
157d5c4eb1
|
Split the UDR examples in multiple files to demonstrate how it should be done.
|
2015-01-26 14:52:54 +00:00 |
|
dimitr
|
16b0750225
|
This should fix the Windows build.
|
2015-01-26 14:39:48 +00:00 |
|
hvlad
|
43f67462e2
|
Improvement CORE-4671 : Release internal temporary blobs early to free some memory\disk space
|
2015-01-26 14:15:54 +00:00 |
|
dimitr
|
aaa2936941
|
Fixed CORE-4670: Constraint violation error may be swallowed in some cases.
|
2015-01-26 10:51:05 +00:00 |
|
egorpugin
|
4ea86e5205
|
[build] [cmake] Fix build, typos. Move some projects to 'Boot' dir.
|
2015-01-26 07:56:51 +00:00 |
|
asfernandes
|
5e2d7ba3e7
|
Fix.
|
2015-01-25 22:24:41 +00:00 |
|
asfernandes
|
e9f74f04d1
|
Improvements to the UDR plugin.
|
2015-01-25 20:27:46 +00:00 |
|
asfernandes
|
f9dff2cfdc
|
Make methods const.
|
2015-01-25 20:27:18 +00:00 |
|
firebirds
|
3893b38b7b
|
nightly update
|
2015-01-25 00:14:05 +00:00 |
|
hvlad
|
a07e2ff547
|
Frontportred fix for bug CORE-2848 : "lock conversion denied" or "lock denied" error
|
2015-01-24 11:49:18 +00:00 |
|
firebirds
|
a7222b6868
|
nightly update
|
2015-01-24 00:13:28 +00:00 |
|
alexpeshkoff
|
be0c509588
|
Fixed static area corruption in ISC_expand_nfs, should fix CORE-4644: Get both "335545060 : Missing security context " and "335544344 : I/O error during "open" operation" for existing database under heavy concurrent DML
|
2015-01-22 12:50:20 +00:00 |
|
hvlad
|
a0cee158a0
|
Make shared memory header same size independent on OS.
Introduce shared memory header version.
|
2015-01-22 10:35:57 +00:00 |
|
alexpeshkoff
|
1bfe2d7cb4
|
Fixed CORE-4624: Firebird won't start under Docker
|
2015-01-22 10:32:20 +00:00 |
|
alexpeshkoff
|
fd0b06e567
|
Enhance diags
|
2015-01-22 10:23:33 +00:00 |
|