firebirds
|
0f7e5675af
|
increment build number
|
2018-01-20 00:03:26 +00:00 |
|
Dmitry Yemanov
|
a0f31c65d0
|
Corrected old mistake (fortunately painless)
|
2018-01-19 14:48:31 +03:00 |
|
hvlad
|
c3ba0bb9cd
|
Fixed indentation
|
2018-01-19 13:47:40 +02:00 |
|
firebirds
|
b29dea4270
|
increment build number
|
2018-01-18 00:03:21 +00:00 |
|
Adriano dos Santos Fernandes
|
c997f02fd9
|
Fixed CORE-5713 - Field alias disapears in complex query.
|
2018-01-17 20:24:00 -02:00 |
|
firebirds
|
453f7f0f93
|
increment build number
|
2018-01-17 00:03:33 +00:00 |
|
AlexPeshkoff
|
83fa6a1ffe
|
Fixed CORE-5712: Access to the name of DB encryption key
|
2018-01-16 20:37:05 +03:00 |
|
firebirds
|
a2fc0d8878
|
increment build number
|
2018-01-16 00:04:10 +00:00 |
|
AlexPeshkoff
|
5fa2380d98
|
Reserve value for future porting from private tree
|
2018-01-15 17:16:01 +03:00 |
|
firebirds
|
0e2f6e6eca
|
increment build number
|
2018-01-14 00:03:41 +00:00 |
|
Adriano dos Santos Fernandes
|
3843328e57
|
Fixed CORE-5706 - Trace config with misplaced "{" lead firebird to crash.
|
2018-01-13 13:23:37 -02:00 |
|
firebirds
|
2d8d6b9393
|
increment build number
|
2018-01-10 01:39:45 +00:00 |
|
hvlad
|
43a4c751ba
|
Merge branch 'master' of https://github.com/FirebirdSQL/firebird
|
2018-01-09 20:30:14 +02:00 |
|
hvlad
|
62735f4cf8
|
Improvement CORE-5704 : Avoid UPDATE of RDB$DATABASE by ALTER DATABASE statement when possible
|
2018-01-09 20:29:58 +02:00 |
|
hvlad
|
6988a98e30
|
Improvement CORE-5704 : Avoid UPDATE of RDB$DATABASE by ALTER DATABASE statement when possible
|
2018-01-09 18:05:22 +02:00 |
|
hvlad
|
dc2a7e5708
|
Improvement CORE-5703 : When database validation fixes "orphan page" errors it also should adjust "lowest free page" marker (pip_min) on corresponding PIP, if necessary
|
2018-01-09 17:52:35 +02:00 |
|
hvlad
|
66d9f43a39
|
Fixed bug CORE-5694 : Duplicate values in columns with a unique constraint
|
2018-01-09 17:50:42 +02:00 |
|
hvlad
|
6cab50156c
|
Fixed bug CORE-5695 : Position function does not consider the collation for blob
|
2018-01-09 17:50:00 +02:00 |
|
firebirds
|
ee2319b79d
|
increment build number
|
2018-01-09 00:03:44 +00:00 |
|
Dmitry Yemanov
|
b95548183e
|
Postfix
|
2018-01-08 20:10:30 +03:00 |
|
hvlad
|
08bec55b1a
|
Update MSVC10 build. Missed decNumber solution.
|
2018-01-08 17:41:12 +02:00 |
|
hvlad
|
49566e6b89
|
Update MSVC10 build. Missed LibTomCrypt solution.
|
2018-01-08 17:15:55 +02:00 |
|
Dmitry Yemanov
|
4638dc1023
|
Fixed CORE-5598: block size exceeds implementation restriction error while inner joining large datasets with a long key using the HASH JOIN plan
|
2018-01-08 17:09:28 +03:00 |
|
hvlad
|
682bf54cd0
|
Update MSVC10 build.
Note: it can not compile some files which uses new C++ features, unfortunately.
|
2018-01-08 15:47:13 +02:00 |
|
firebirds
|
bbed486660
|
increment build number
|
2018-01-02 00:04:23 +00:00 |
|
Adriano dos Santos Fernandes
|
0354924f5e
|
Fix for database with UTF8 as default charset.
|
2018-01-01 12:55:11 -02:00 |
|
Adriano dos Santos Fernandes
|
bfcc37e7eb
|
Misc.
|
2018-01-01 12:38:34 -02:00 |
|
firebirds
|
04462b52db
|
increment build number
|
2017-12-28 00:03:51 +00:00 |
|
hvlad
|
f5fe33bf61
|
Allow XNET server to detect forced disconnect of XNET client when both client and server are at the same process.
|
2017-12-27 11:57:45 +02:00 |
|
hvlad
|
39c42c882e
|
Avoid releasing of port reference - it prevents AV in client code.
|
2017-12-27 11:57:02 +02:00 |
|
hvlad
|
5f896e859b
|
It should fix bug CORE-5685 : Sometime it is impossible to cancel\kill connection executing external query.
Also, implement fb_cancel_abort option at engine and unify handling of network errors a bit.
|
2017-12-27 11:56:05 +02:00 |
|
firebirds
|
384224357c
|
increment build number
|
2017-12-22 00:06:16 +00:00 |
|
AlexPeshkoff
|
f8631ec5c8
|
Fixed CORE-5686: Firebird 3.0.2 allows any protocol version >= 10 to connect, including interbase protocol 14
|
2017-12-21 13:15:45 +03:00 |
|
firebirds
|
7f0b70618c
|
increment build number
|
2017-12-21 00:06:10 +00:00 |
|
Dmitry Yemanov
|
9555ff04f7
|
CORE-5684: Error 'no current record for fetch operation' is raised while deleting record from MON using ORDER BY clause
|
2017-12-20 19:52:17 +03:00 |
|
firebirds
|
72dc8f96e5
|
increment build number
|
2017-12-18 00:05:27 +00:00 |
|
hvlad
|
860f179712
|
Fixed bug CORE-5681 : AV when external statement is executed and local transaction is rolled back
|
2017-12-17 02:05:00 +02:00 |
|
firebirds
|
40897c40de
|
increment build number
|
2017-12-13 00:04:44 +00:00 |
|
hvlad
|
784ef83f84
|
Additional patch for Improvement CORE-5674 : Allow unused Common Table Expressions:
report all unused CTE names, even if they refers to each other.
|
2017-12-12 13:21:47 +02:00 |
|
firebirds
|
ac6389cef5
|
increment build number
|
2017-12-12 00:04:41 +00:00 |
|
Roman Simakov
|
3f62ad0e0a
|
Fixed CORE-5677: RDB$PAGES is dirty after error after phase 3 of create_relation (#135)
|
2017-12-11 08:54:11 +03:00 |
|
firebirds
|
95138483da
|
increment build number
|
2017-12-09 00:05:15 +00:00 |
|
AlexPeshkoff
|
ebc1b1cabc
|
Changes here and there forgotten when adding new datatypes
|
2017-12-08 13:42:06 +03:00 |
|
|
0b0d6dd4a0
|
Fixed CORE-5675: isc_vax_integer() and isc_portable_integer() wrong work with short negative numbers (#134)
* Fixed CORE-5675
* Fix the issue in ClumpletReader too
|
2017-12-08 11:54:35 +03:00 |
|
firebirds
|
d6d2d2f984
|
increment build number
|
2017-12-06 00:04:44 +00:00 |
|
Dmitry Yemanov
|
183398b779
|
CORE-5676: Consider equivalence classes for index navigation
|
2017-12-05 19:59:31 +03:00 |
|
firebirds
|
a2e96019bf
|
increment build number
|
2017-12-05 00:04:21 +00:00 |
|
Adriano dos Santos Fernandes
|
5ef0ef1b19
|
Merge pull request #133 from egorpugin/master
Update and fix cmake build.
|
2017-12-04 21:21:31 -02:00 |
|
firebirds
|
3583599898
|
increment build number
|
2017-12-04 00:04:16 +00:00 |
|
hvlad
|
d57fef5318
|
This should fix bug CORE-5655 : isc_info_sql_relation_alias reports incorrect alias for CTE or nested queries
|
2017-12-03 12:55:55 +02:00 |
|