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

52835 Commits

Author SHA1 Message Date
Adriano dos Santos Fernandes
c2584cf84b Misc. 2017-07-16 21:56:12 -03:00
firebirds
57351a030c increment build number 2017-07-15 00:05:00 +00:00
hvlad
100b539a25 Fixed bug CORE-5579 : request synchronization error in the GBAK utility (restore) 2017-07-14 14:49:47 +03:00
Adriano dos Santos Fernandes
84813cb757 Simplification. 2017-07-13 22:09:30 -03:00
firebirds
276834d5e1 increment build number 2017-07-13 00:06:30 +00:00
Adriano dos Santos Fernandes
4be766b8c8 Improvement CORE-5380 - Allow subroutines to call others subroutines and themself recursively. 2017-07-11 13:03:04 +00:00
firebirds
f350cccf85 increment build number 2017-07-11 00:02:24 +00:00
sarneaud
a8d03e7a52 Don't assume the temporary dir path when building (#96)
Instead of just assuming /tmp, check TMPDIR, and fall back to /tmp
on systems that aren't POSIX-compliant.

(Building Firebird failed for me on a machine that overrides TMPDIR.)
2017-07-10 12:15:34 +03:00
firebirds
5fa7911a1b increment build number 2017-07-07 00:02:24 +00:00
Adriano dos Santos Fernandes
2b00f2daf0 Fix MSVC10 build. 2017-07-06 15:16:54 +00:00
firebirds
df86564122 increment build number 2017-07-04 00:06:47 +00:00
Roman Simakov
74b04f862a Fixed CORE-5576: Bugcheck on queries containing WITH LOCK clause. 2017-07-03 22:28:09 +03:00
firebirds
b3f85fbf94 increment build number 2017-07-03 00:03:09 +00:00
933bd49536 Fixed regression with numeric literal having value equal to MIN_SINT64 2017-07-02 23:06:20 +03:00
firebirds
a0d26e7684 increment build number 2017-07-02 00:02:37 +00:00
2be6cf316a Committed (slightly modified) PR #88 by Dmitry Sibiryakov 2017-07-01 13:12:09 +03:00
firebirds
8837ea3d7e increment build number 2017-06-29 00:03:22 +00:00
9fcf0d1d2f Fixed preprocessing of binary fields 2017-06-28 19:38:47 +03:00
firebirds
05ea338826 increment build number 2017-06-20 00:09:24 +00:00
Adriano dos Santos Fernandes
072ff67c76 Misc. 2017-06-18 22:49:33 -03:00
firebirds
101a9e1822 increment build number 2017-06-19 00:17:29 +00:00
Adriano dos Santos Fernandes
0621d93f28 Fixed CORE-5569 - ISQL incorrectly pads UNICODE_FSS/UTF8 columns when they use a collation. 2017-06-17 23:06:31 -03:00
firebirds
1c72dd3be1 increment build number 2017-06-18 00:02:15 +00:00
d0c291144d Fixed documentation - thanks to Mark Rotteveel 2017-06-17 18:27:14 +03:00
firebirds
53d64eba32 increment build number 2017-06-17 00:02:45 +00:00
Adriano dos Santos Fernandes
7107bb4366 Fixed assertion with CREATE COLLATION.
Test case:

create database 'db.fdb' default character set utf8;
create collation unicode_ptbr_ci_ai for utf8 from unicode_ci_ai 'locale=pt_BR';
2017-06-15 22:41:14 -03:00
firebirds
a8dee20788 increment build number 2017-06-14 00:06:05 +00:00
Adriano dos Santos Fernandes
6d257d1852 Oops. 2017-06-13 16:34:53 +00:00
Adriano dos Santos Fernandes
c28e734cc7 Improvement CORE-5563 - Use exception instead bugcheck for EVL_expr. 2017-06-13 16:28:23 +00:00
hvlad
ae1138d195 Comment 2017-06-13 18:52:37 +03:00
hvlad
ccf5ce2429 Improvement CORE-4913 : Database backup using Nbackup is getting slow when directed to NAS over SMB protocol 2017-06-13 17:36:06 +03:00
firebirds
9695ba1df7 increment build number 2017-06-13 00:02:36 +00:00
Adriano dos Santos Fernandes
019503ff99 Fixed CORE-5567 - Direct system table modifications are not completely prohibited. 2017-06-12 19:53:42 -03:00
Dmitry Yemanov
a26e984f61 Added missing feature 2017-06-12 16:36:05 +03:00
Dmitry Yemanov
8dbf4e8c12 Workaround for CORE-5566: Server crashes while restoring backup if the shadow file already exists 2017-06-12 11:22:48 +03:00
Dmitry Yemanov
a61b9a4ad7 Layout correction 2017-06-12 10:40:17 +03:00
firebirds
6c9fa72ea4 increment build number 2017-06-12 00:03:51 +00:00
Dmitry Yemanov
891c3a9532 Update docs 2017-06-11 20:05:26 +03:00
Dmitry Yemanov
bcaf8ce915 Update version info 2017-06-11 20:04:56 +03:00
Dmitry Yemanov
2d463a7b23 CORE-5543: Restore of pre ODS 11.1 database can leave RDB null 2017-06-11 19:08:11 +03:00
firebirds
1624f65d9c increment build number 2017-06-11 00:03:25 +00:00
665975abe6 Fixed CORE-5565: No integer division possible in dialect 1 2017-06-10 13:33:54 +03:00
firebirds
6709b60e2f increment build number 2017-06-10 00:07:37 +00:00
Adriano dos Santos Fernandes
d8fea3ec91 Avoid method calls in NULL objects.
It's undefined behavior even with non-virtual methods not accessing *this.
2017-06-09 17:10:46 +00:00
firebirds
aa9263e42a increment build number 2017-06-09 00:07:33 +00:00
hvlad
832fad5858 Fixed compile error 2017-06-08 13:52:43 +03:00
68aa9c157c Fixed CORE-5562: Firebird crashes when UDF gets loaded and unloaded frequently 2017-06-08 12:43:36 +03:00
firebirds
479b57d4d5 increment build number 2017-06-08 00:35:58 +00:00
Adriano dos Santos Fernandes
50b959d04e Set writable permission for employee.fdb in the Linux install, otherwise it's unusable. 2017-06-07 16:40:59 +00:00
Adriano dos Santos Fernandes
301b2ae1dd Fix errors and some warnings with the clang release build. 2017-06-07 16:24:26 +00:00