8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-30 07:23:02 +01:00
Commit Graph

52863 Commits

Author SHA1 Message Date
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
Adriano dos Santos Fernandes
23272f2555 Misc. 2017-06-06 22:08:53 -03:00
firebirds
c82375721a increment build number 2017-06-06 00:02:30 +00:00
Adriano dos Santos Fernandes
92be5d354a Fixed CORE-5545 - Wrong syntax with CREATE TRIGGER ... ON <table> used with POSITION. 2017-06-05 15:19:24 +00:00
firebirds
1fdebca762 increment build number 2017-05-31 00:02:27 +00:00
Adriano dos Santos Fernandes
e9ece3aa5b Misc. 2017-05-30 08:08:37 -03:00
hvlad
bb0afc79b7 Fixed bug CORE-5555 : 3.0 error handling for SELECT WITH LOCK breaks compatibility with 2.5 2017-05-30 13:27:07 +03:00
firebirds
a2502a0d69 increment build number 2017-05-30 00:02:32 +00:00
Adriano dos Santos Fernandes
d334575818 Fixed CORE-5550 - Computed decimal field in a view has wrong RDB$FIELD_PRECISION. 2017-05-29 16:39:12 +00:00
firebirds
eda12ed77a increment build number 2017-05-29 00:02:28 +00:00
8db98a351d Fixed CORE-5553: Database cannot be encrypted if DatabaseAccess is set to None 2017-05-28 15:44:10 +03:00
1278d0692b Fixed parsing of scaled integers and MAX/MIN INT64 2017-05-28 14:47:17 +03:00
firebirds
20597522e7 increment build number 2017-05-26 00:04:29 +00:00
475f6471f3 Make parser better distinguish numbers that do not fit into DOUBLE PRECISION limits 2017-05-25 18:36:15 +03:00
013f78427a Fixed function SIGN() when used with DECFLOAT 2017-05-25 15:57:25 +03:00
firebirds
72b543ce06 increment build number 2017-05-24 00:02:37 +00:00
d1795eca10 Use special error codes in decfloat diags instead isc_random 2017-05-23 17:05:41 +03:00
82cb585795 Mistype in error message 2017-05-23 15:53:07 +03:00
firebirds
24afb402c2 increment build number 2017-05-23 00:02:28 +00:00
15a699add3 Revert PI() to return double precision value - we anyway have no trigonometric functions with decfloat argument support 2017-05-22 19:01:17 +03:00
bf42edd6ba This should fix CORE-5549, also minor code cleanup 2017-05-22 17:56:07 +03:00
Bernhard M. Wiedemann
3278b68b35 have constant link order (#92)
to make builds reproducible.
See https://reproducible-builds.org/ for why this is good.

Without this patch g++ would order functions in libEngine12.so and fbintl
depending on random order of files in the build system's filesystem.

partial fix for http://tracker.firebirdsql.org/browse/CORE-5548
2017-05-22 17:36:06 +03:00
202b491d91 Fixed use of FP literals as select expressions broken in one of my previous commits 2017-05-22 17:24:18 +03:00