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

51352 Commits

Author SHA1 Message Date
dimitr
4a98252c13 Manual update: changelog + buildno. 2015-07-30 09:50:01 +00:00
egorpugin
dc14d2cfed [build][cmake] Fix OS X build with brew. 2015-07-28 16:40:25 +00:00
asfernandes
50b2d7352a Fixed CORE-4887 - AFTER CREATE/ALTER PACKAGE DDL triggers runs in incorrectly moment. 2015-07-28 15:56:58 +00:00
asfernandes
8074c9338c Fixed weird indentation. 2015-07-28 15:56:46 +00:00
hvlad
be4c021d5b Make gbak output a bit more consistent look (see also CORE-1999) 2015-07-28 11:26:49 +00:00
asfernandes
67e92f8872 Fixed CORE-4881 - Increase maximum string literal length to 64K (bytes) while setting a lower limit (of characters) for multibyte charsets based on their max char. length (UTF-8 literals will be limited to 16383 characters). 2015-07-27 01:06:51 +00:00
asfernandes
442388d4a8 Fixed CORE-4882 - ISQL input command (or -i option) reads large (> 64K) lines incorrectly. 2015-07-27 01:06:33 +00:00
hvlad
5c8a7861c8 Reserve facility code 26 (name "JAYBIRD") for JayBird needs 2015-07-26 21:03:47 +00:00
hvlad
b77bf19e3b Implement improvement CORE-1999 : TimeStamp in the every line output gbak.exe utility
Minor fixes in service manager.
Thanks to Alex for help.
Documentation will follow.
2015-07-26 20:49:15 +00:00
hvlad
fa46891583 Restore fair locking in SyncObject (it was disabled until validation code changed to avoid recursive latches). 2015-07-26 19:58:12 +00:00
hvlad
c55381f9cd Change validation code to avoid recursive latches (as it is not supported in fb3 cch). 2015-07-26 19:56:40 +00:00
alexpeshkoff
6249046af0 Added getClientVersion() method to Util interface and XpbBuilder interface to work with DPB/SPB/etc formats 2015-07-26 18:25:15 +00:00
alexpeshkoff
be3823bc92 Fixed an issue with missing auth source info when using trusted auth 2015-07-26 18:23:50 +00:00
alexpeshkoff
6608009f80 Minor enhancement - show that build is DEV in "show version" 2015-07-26 18:22:10 +00:00
alexpeshkoff
9816b9257a Fixed CORE-4879: Minor inconvenience in user management via services API - fixed order of parameters in SPB required 2015-07-26 18:13:04 +00:00
alexpeshkoff
8400f91796 Better statrtup error diags 2015-07-26 18:09:59 +00:00
alexpeshkoff
363541353e Minor optimization - use on-stack allocation instead new/delete 2015-07-26 18:07:37 +00:00
alexpeshkoff
e0e98a0743 Fixed old text to make it match v.3 reality 2015-07-26 18:06:05 +00:00
alexpeshkoff
4d201f3bc0 Use new ServerMode parameter in the script 2015-07-26 18:04:40 +00:00
alexpeshkoff
53765456b9 Bring gentoo installation up-to-date 2015-07-26 18:03:52 +00:00
alexpeshkoff
0ebf76aae8 This should fix issues with different systemd location in FS 2015-07-26 18:02:30 +00:00
asfernandes
8c767adb86 On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: Avoid use of monitoring tables in ISQL's frontend as suggested by Dmitry 2015-07-26 15:38:32 +00:00
asfernandes
0f430b459c On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: display in ISQL database, user and role as server sees them 2015-07-26 15:38:19 +00:00
asfernandes
3fc04a9dd5 On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: strip single quotes, not making them keep case of ascii string, when used in DPB (connect/create database) 2015-07-26 15:38:06 +00:00
asfernandes
01de4144c4 On behalf of mapopa after sourceforge crash - remove unused DBB_ flags from comments 2015-07-26 15:37:53 +00:00
asfernandes
780108fb46 On behalf of mapopa after sourceforge crash - DBB_v3 was removed , remove from comments http://sourceforge.net/p/firebird/mailman/message/16823672/ 2015-07-26 15:37:40 +00:00
asfernandes
04f03c4d55 On behalf of mapopa after sourceforge crash - FLINT_CACHE was never used , dead leftover from ib 4.0 product years http://sourceforge.net/p/firebird/mailman/message/30668961/ 2015-07-26 15:37:28 +00:00
asfernandes
7dea7e249d On behalf of mapopa after sourceforge crash - remove comment MET_exact_name() is no more replaced with fb_utils::exact_name 2015-07-26 15:37:12 +00:00
asfernandes
c2cc9ed9fc On behalf of mapopa after sourceforge crash - MET_exact_name , DYN_terminate are no more 2015-07-26 15:37:00 +00:00
asfernandes
9d17b48cab On behalf of mapopa after sourceforge crash - IUTILS_blankterm2 replaced with fb_utils::exact_name (NOT_USED_OR_REPLACED) 2015-07-26 15:36:46 +00:00
asfernandes
602ed74e83 On behalf of mapopa after sourceforge crash - unused enum member lang_epascal 2015-07-26 15:36:33 +00:00
asfernandes
c4f35b84c3 On behalf of mapopa after sourceforge crash - Remove gpre BASIC function (NOT_USED_OR_REPLACED) 2015-07-26 15:36:19 +00:00
asfernandes
886935cd5f On behalf of robocop after sourceforge crash - Misc. 2015-07-26 15:36:05 +00:00
asfernandes
77f6054821 On behalf of alexpeshkoff after sourceforge crash - Postfix for CORE-4811: fix handling case for OS names 2015-07-26 15:35:52 +00:00
dimitr
5c96bd5401 Fixed hostless INET/WNET connections on Linux. 2015-07-26 07:50:58 +00:00
hvlad
e1f3ac4499 Fixed bug CORE-4876
fbsvcmgr shows wrong options for some Trace API services in help screen
2015-07-15 14:14:57 +00:00
dimitr
1776ee04ab This should fix CORE-4872: v3 fbclient cannot work with servers older than v2.5 via the remote protocol. 2015-07-15 12:07:25 +00:00
hvlad
48645308b9 Correction 2015-07-15 11:10:22 +00:00
hvlad
9027f87118 gsec also could hung on exit if worker database have non-zero LINGER set.
Seems we must add fb_shutdown to the every utility which could load embedded engine...
2015-07-15 10:55:16 +00:00
hvlad
8ccbb7fecf Windows-specific part for CORE-4871 2015-07-15 10:42:15 +00:00
firebirds
26766feaf2 nightly update 2015-07-15 00:08:44 +00:00
dimitr
4929f46714 Fixed CORE-4710: invalid request BLR at offset 361 context already in use (BLR error). 2015-07-14 17:10:26 +00:00
asfernandes
020126e9ae Rework on CORE-4781 - Maximum string length (32767 bytes) is not validated. 2015-07-14 16:00:43 +00:00
firebirds
2ebf34ae10 nightly update 2015-07-14 00:09:42 +00:00
hvlad
e7876fccac Fixed gpre_boot compilation 2015-07-13 19:42:26 +00:00
hvlad
533c34b7fd This avoids gpre hung on exit if worker database have non-zero LINGER set. 2015-07-13 19:30:49 +00:00
alexpeshkoff
99764207d0 Fixed CORE-3548: GFIX returns an error after correctly shutting down a database 2015-07-13 15:55:27 +00:00
alexpeshkoff
5376c0ed83 Do not use ancient "Connection lost to pipe server" message in local connections 2015-07-13 12:47:35 +00:00
firebirds
40410101e9 nightly update 2015-07-13 00:09:06 +00:00
asfernandes
4a4e85e29a Fixed CORE-4279 - Invalid error message: "CHARACTER SET OCTETS is not defined" on db creation with isc_dpb_lc_ctype = OCTETS. 2015-07-12 21:16:33 +00:00