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

52839 Commits

Author SHA1 Message Date
Dmitry Yemanov
5dd8daf181 Yet another attempt to address CORE-5456 / CORE-5457 properly. This time sub-routines should be fixed too. 2017-03-22 13:04:12 +03:00
Dmitry Yemanov
111296268b Temporary fix for CORE-5481, a more complete solution is being developed. 2017-03-22 13:03:58 +03:00
Dmitry Yemanov
214921b3e6 Rework CORE-5456 / CORE-5457 by reverting back to the v2.5 logic. Previous attempts succeeded only partially. 2017-03-22 13:03:46 +03:00
firebirds
04b7e4eb14 increment build number 2017-03-22 00:02:21 +00:00
38ac605f4e Reworked conversion to BIGINT datatype 2017-03-21 22:10:58 +03:00
84f435cf12 Let users select legacy datatype (CHAR, DOUBLE or BIGINT with scale) to be used instead DECFLOAT when talking to old client 2017-03-21 20:23:41 +03:00
b80e5f470e Fixed traps handling 2017-03-21 19:44:23 +03:00
hvlad
bad0c72025 A bit changed fix for bug CORE-5415, now it includes current tx (Next) too 2017-03-21 14:20:49 +02:00
hvlad
fcc44c19b2 Fixed bug CORE-5415 : [security3.fdb] wrong page type page 22 is of wrong type (expected pointer, found index root) 2017-03-21 13:07:59 +02:00
a0d9690d1c Fixed typo 2017-03-21 12:36:18 +03:00
1e8833ed7a misc 2017-03-21 12:35:12 +03:00
c28e7c0a4d Fixed setting parameters types for decfloat-specific functions 2017-03-19 17:34:18 +03:00
6c6c8d88b8 This should be enough to make decfloats work on bigendians - NEEDS CHECKING! 2017-03-17 19:26:49 +03:00
86df390100 Fixed descending sort order 2017-03-17 18:55:40 +03:00
firebirds
a5b4ba7fef increment build number 2017-03-17 00:02:20 +00:00
13796677e3 Comments 2017-03-16 17:44:21 +03:00
ab2e4ea31b Completed renaming parameter from CORE-5472 2017-03-16 16:16:17 +03:00
114885eecc Fixed CORE-5503: Classical server has a maximum of 64 connections when using systemd init scripts 2017-03-16 13:16:13 +03:00
a9830c7856 Better parameter name in CORE-5472 2017-03-16 13:16:13 +03:00
firebirds
3fba3fc245 increment build number 2017-03-16 00:02:19 +00:00
hvlad
4117fe8811 Merge pull request #87 from redsoftbiz/win9x_removal
Remove Windows 9X support
2017-03-15 22:16:05 +02:00
nikolay.samofatov
bd4cf20220 Remove Windows 9X support 2017-03-15 14:54:41 +03:00
0fc68ab8ea Avoid loosing decimal float precision, scale and/or sign info when sorting 2017-03-15 14:42:30 +03:00
firebirds
95c7bd8add increment build number 2017-03-15 00:02:32 +00:00
hvlad
d9e1ab6e28 Comments and definition to better explain recent fix for CORE-5498 2017-03-14 17:58:54 +02:00
firebirds
6c311a1e76 increment build number 2017-03-14 00:02:33 +00:00
0227ec9e3c Implemented DecFloat-specific functions present in DB2 2017-03-13 20:09:14 +03:00
hvlad
1504760d0d Misc 2017-03-13 18:39:53 +02:00
hvlad
6780df6271 Fixed bug CORE-5498 : Cannot create connection for DB Events 2017-03-13 18:39:21 +02:00
Adriano dos Santos Fernandes
ff01852554 Increase maximum message length for isc_overriding_system_missing. 2017-03-12 23:18:05 -03:00
firebirds
0308b58bf4 increment build number 2017-03-11 00:02:31 +00:00
8e865303b0 Fixed CORE-5501: Unclear gstat's diagnostic when damaged page in DB file appears encrypted 2017-03-10 17:08:14 +03:00
firebirds
6b7a397694 increment build number 2017-03-10 00:02:33 +00:00
bc997cf481 Misc - better var. names 2017-03-09 11:50:35 +03:00
Adriano dos Santos Fernandes
6b06320fdc Misc. 2017-03-09 00:49:23 -03:00
firebirds
de0654aa8f increment build number 2017-03-09 00:02:31 +00:00
Adriano dos Santos Fernandes
9517964f78 Postfix for CORE-5463 per Pavel Zotov comment. 2017-03-08 18:47:36 -03:00
14906afe06 Control which exceptions in decfloat (underflow, division by zero, etc.) trap SQL statement 2017-03-07 20:45:11 +03:00
firebirds
ecc816c596 increment build number 2017-03-07 00:02:33 +00:00
57af009fd8 New DDL node and request type - SessionManagement. Added supoport for setting various decimal float rounding modes. 2017-03-06 19:40:31 +03:00
7af54d72bc Use same index format for Decimal64 & 128 2017-03-06 18:15:49 +03:00
fb22a195bc Fixed CORE-5496: Creating SRP SYSDBA with explicit admin (-admin yes in gsec or grant admin role in create user) creates two SYSDBA accounts 2017-03-06 13:04:51 +03:00
firebirds
63efacdbb1 increment build number 2017-03-05 00:02:31 +00:00
hvlad
828a23e93a Ignore trailing zero's in password buffer just read from VARBINARY column.
It fixes bug when accounts created by legacy user manager wrongly declined by the server.
See message in fb-devel by Mark (Legacy usermanager broken in Firebird 4?)
2017-03-04 23:58:11 +02:00
Adriano dos Santos Fernandes
cad084060f Merge pull request #85 from mrotteveel/CORE-5494
CORE-5494 Allow BINARY as sub_type.
2017-03-04 15:30:08 -03:00
Mark Rotteveel
63eb729ac0 CORE-5494 Allow BINARY as sub_type 2017-03-04 15:57:22 +01:00
d7b6b57fb7 Support altering type to decfloat 2017-03-03 19:55:37 +03:00
firebirds
bb48044c9a increment build number 2017-03-02 00:02:36 +00:00
Adriano dos Santos Fernandes
cec00e751f Postfix for CORE-5480, thanks to Mark Rotteveel. 2017-03-01 17:56:23 +00:00
Adriano dos Santos Fernandes
b993ed2cde Fixed CORE-5480 - SUBSTRING startposition smaller than 1 should be allowed. 2017-03-01 16:11:28 +00:00