alexpeshkoff
|
926e3d903e
|
Fixed some asserts and segfaults in crypto manager
Disable simultaneous nbackup & encrypt/decrypt operation
|
2016-02-26 12:55:34 +00:00 |
|
firebirds
|
bc0e65fd4b
|
nightly update
|
2016-02-26 00:09:25 +00:00 |
|
hvlad
|
2dc879afca
|
This should fix known issues with MERGE and stable cursor (see CORE-3362).
Thanks to Dmitry for idea
|
2016-02-25 09:20:01 +00:00 |
|
asfernandes
|
ad6a44c0b0
|
Convert the file to UTF-8 as grep thinks it's a binary file.
|
2016-02-25 02:11:24 +00:00 |
|
asfernandes
|
6760fe25c8
|
Misc.
|
2016-02-25 01:50:46 +00:00 |
|
asfernandes
|
703b59212f
|
Typos.
|
2016-02-25 01:07:40 +00:00 |
|
firebirds
|
26b2e5a9d1
|
nightly update
|
2016-02-25 00:09:00 +00:00 |
|
dimitr
|
477af6bb96
|
Checking the datatype at compile time is unreliable: some nodes return one type at compile time and another type at runtime, thus causing unexpectedly missing casts. I'm moving the check to runtime, this should fix the remaining regressions (fingers crossed).
|
2016-02-24 20:11:34 +00:00 |
|
alexpeshkoff
|
71b53845db
|
Started work on new API docs
|
2016-02-24 15:32:57 +00:00 |
|
firebirds
|
b0abaa75f0
|
nightly update
|
2016-02-24 00:08:54 +00:00 |
|
aafemt
|
a0eca08629
|
Get secondary error code isc_dsql_sqlda_err back, thanks to Dmitry Yemanov
|
2016-02-23 20:49:56 +00:00 |
|
alexpeshkoff
|
be9bef903e
|
Sample of writing plugin using pascal
|
2016-02-23 16:54:19 +00:00 |
|
alexpeshkoff
|
2e04326709
|
Misc changes in example
|
2016-02-23 16:53:32 +00:00 |
|
aafemt
|
7a7c6cb95b
|
Some more cases of CORE-5112 as pointed by Dmitry Yemanov
|
2016-02-23 16:18:38 +00:00 |
|
dimitr
|
2461d05460
|
Removed "cast no-op" extensions as they break many tests, e.g. CAST('A' as CHAR(10)) remains CHAR(1) instead of being padded up to CHAR(10). Let's no-op only really equal descriptors for the time being.
|
2016-02-23 09:52:51 +00:00 |
|
dimitr
|
b1efab55b2
|
And another postfix for CORE-5097, it resolves regression for core_3545.fbt.
Adriano, please review.
|
2016-02-23 09:10:41 +00:00 |
|
dimitr
|
04f5f59ff8
|
Yet another postfix for CORE-5097, it resolves regressions for core_1173.fbt and core_1525.fbt.
|
2016-02-23 08:20:02 +00:00 |
|
firebirds
|
1229a361cc
|
nightly update
|
2016-02-23 00:09:11 +00:00 |
|
paul_reeves
|
9e860f8052
|
Add Bosnian i18n files for the Windows binary installer.
With thanks to Fikret Hasovic
|
2016-02-22 16:20:30 +00:00 |
|
dimitr
|
da0c1c638f
|
Misc adjustments.
|
2016-02-22 08:27:19 +00:00 |
|
dimitr
|
cf91d6a0b5
|
Russian translation for the Windows installer.
|
2016-02-22 08:19:18 +00:00 |
|
firebirds
|
482331ad21
|
nightly update
|
2016-02-22 00:08:54 +00:00 |
|
dimitr
|
fb49b002c6
|
Fixed the comment.
|
2016-02-21 09:02:11 +00:00 |
|
dimitr
|
67151a6b43
|
Corrected my old commit re. optimization of the system requests.
|
2016-02-21 08:54:31 +00:00 |
|
firebirds
|
f99d0ea607
|
nightly update
|
2016-02-21 00:08:36 +00:00 |
|
aafemt
|
53998b429d
|
Use autoconfig_msvc.h from where it is
|
2016-02-20 15:34:20 +00:00 |
|
firebirds
|
2a7a2ecff9
|
nightly update
|
2016-02-20 00:11:24 +00:00 |
|
alexpeshkoff
|
7379705b9d
|
Fixed bug in a sample - thanks to Adriano
|
2016-02-19 10:39:11 +00:00 |
|
firebirds
|
b8a11dcb4d
|
nightly update
|
2016-02-19 00:09:06 +00:00 |
|
asfernandes
|
1b3d63e687
|
Fixed regression with CORE-1839 after fix for CORE-5097.
|
2016-02-18 14:52:04 +00:00 |
|
firebirds
|
0e0a5abb45
|
nightly update
|
2016-02-18 00:08:33 +00:00 |
|
hvlad
|
f2c8f05846
|
Front ported for CORE-5067 : Blocking new connections as a consequence of the too long sweep security2.fdb
|
2016-02-17 09:21:09 +00:00 |
|
asfernandes
|
4bbcd14a8c
|
Fixed the problem I inserted in a review.
|
2016-02-17 01:36:29 +00:00 |
|
asfernandes
|
5eea52ad61
|
Fixed output of SHOW PROCEDURES/FUNCTIONS.
|
2016-02-17 01:36:14 +00:00 |
|
firebirds
|
2f04c8d375
|
nightly update
|
2016-02-17 00:08:52 +00:00 |
|
makowski
|
9a481d2a76
|
update French files for Windows install
|
2016-02-16 13:47:10 +00:00 |
|
firebirds
|
25e28f21c5
|
nightly update
|
2016-02-16 00:09:49 +00:00 |
|
asfernandes
|
6259b1b1e0
|
Misc.
|
2016-02-15 02:53:24 +00:00 |
|
asfernandes
|
a4a2ac99be
|
Correction.
|
2016-02-15 02:53:05 +00:00 |
|
firebirds
|
b1d78c9258
|
nightly update
|
2016-02-15 00:09:30 +00:00 |
|
aafemt
|
13940f54d1
|
Messages for CORE-5112
|
2016-02-14 13:10:23 +00:00 |
|
firebirds
|
a699b57800
|
nightly update
|
2016-02-13 00:09:48 +00:00 |
|
hvlad
|
6af5a2f894
|
Simplest fix for bug CORE-5110 : False PK\FK violation could be reported when attachment used isc_dpb_no_garbage_collect flag
|
2016-02-12 13:13:11 +00:00 |
|
firebirds
|
5d673233f3
|
nightly update
|
2016-02-12 00:09:34 +00:00 |
|
asfernandes
|
47bcd0db2b
|
Fixed CORE-2923 - Problem with dependencies with views.
|
2016-02-11 18:10:53 +00:00 |
|
firebirds
|
d183257ab9
|
nightly update
|
2016-02-11 00:08:59 +00:00 |
|
asfernandes
|
05dc362017
|
Fixed CORE-5107 - set autoddl off and sequence of: ( create view V as select * from T; alter view V as select 1 x from rdb$database; drop view V; ) leads to server crash.
|
2016-02-10 17:53:44 +00:00 |
|
paul_reeves
|
412a131c43
|
Miscellaneous changes to prepare windows installer for RC2
|
2016-02-10 14:25:11 +00:00 |
|
firebirds
|
da15c3ccba
|
nightly update
|
2016-02-08 00:08:48 +00:00 |
|
alexpeshkoff
|
0e45ec6caa
|
Postfix for CORE-5100, thanks to Dmitry Sibiryakov
|
2016-02-07 07:44:46 +00:00 |
|