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

52626 Commits

Author SHA1 Message Date
028248b194 Merged changes from master branch 2017-02-16 17:56:23 +03:00
929378c2ac Go lesser evil way 2017-02-16 12:55:18 +03:00
firebirds
154a088b88 increment build number 2017-02-16 00:02:32 +00:00
hvlad
3bac2b47f2 Merge pull request #84 from davido/msvc_15.0_detection
Fix MSVC 15.0 detection (aka VS 2017)
2017-02-16 00:47:34 +02:00
David Ostrovsky
f9bbff5813 Fix MSVC 15.0 detection (aka VS 2017) 2017-02-15 22:38:59 +01:00
f3cc290b28 Fixed CORE-5458: Connections fail due to dead NFS mount points 2017-02-15 16:47:04 +03:00
3c504ad757 Fixed CORE-5484: Database on NFS share is unavailable when accessed using mount point path 2017-02-15 16:47:04 +03:00
firebirds
dcad4a8756 increment build number 2017-02-15 00:02:33 +00:00
Ilya Eremin
1a7e52e84d gbak continues to write to stdout if write function returns -1 (#69)
* Fixed: gbak continues to write to stdout if write function returns -1

* More clear implementation of write error handling in gbak
2017-02-14 14:23:10 +04:00
firebirds
99e52c055d increment build number 2017-02-09 00:02:34 +00:00
Ilya Eremin
fb18e52fe8 Hiding password in fbtracemgr arguments from ps (#79) 2017-02-08 14:05:30 +04:00
firebirds
ebaf1841d3 increment build number 2017-02-08 00:02:33 +00:00
Adriano dos Santos Fernandes
00586d586d Fixed CORE-5447 - EXECUTE STATEMENT with a statement with "Unexpected end of command" error is reported with wrong column number. 2017-02-07 14:47:59 +00:00
firebirds
969ebaa30a increment build number 2017-02-07 00:02:34 +00:00
hvlad
21c2c1e740 Fixed VC10 build 2017-02-06 23:38:53 +02:00
8b2a9cb44b Fixed CORE-5474: 'Restrict UDF' is not effective, because fbudf.so is dynamically linked against libc 2017-02-06 19:49:11 +03:00
firebirds
862111814c increment build number 2017-02-06 00:02:36 +00:00
Adriano dos Santos Fernandes
c3639462f4 Feature CORE-5449 - Support DEFAULT context value in INSERT, UPDATE, MERGE and UPDATE OR INSERT statements. 2017-02-05 21:52:46 -02:00
hvlad
29942f8d86 Misc 2017-02-05 16:40:09 +02:00
hvlad
a98d089a28 Fixed bug CORE-5470 : Trace INCLUDE_FILTER with [[:WHITESPACE:]]+ does not work when statement contains newline is issued 2017-02-05 11:47:16 +02:00
hvlad
800baa6f44 Improvements
CORE-5475 : Provide ability to filter out info and warnings from trace log, and
CORE-4486 : Trace: provide filter to INCLUDE / EXCLUDE errors by their mnemonical names
Also, fix text alignment issue in detailed per-table perf stats
2017-02-05 11:40:49 +02:00
firebirds
7d345af44d increment build number 2017-02-04 00:02:35 +00:00
hvlad
e3b24b1734 Fixed bug CORE-5477 : Trace duplicates asci_char(13) in its output (Windows only) 2017-02-04 01:20:12 +02:00
hvlad
415fdc4273 Fixed bug CORE-5476 : Trace shows info only after 2nd (repeated) .sql run (FB must be restarted before this) 2017-02-04 00:50:59 +02:00
firebirds
4d6995a87f increment build number 2017-02-03 00:02:30 +00:00
50c2148b19 Fix for CORE-5469: Handles allocated with isc_dsql_alloc_statement2() are not cleaned on disconnect (#78)
* Fix for CORE-5469: Handles allocated with isc_dsql_alloc_statement2() are not cleaned on disconnect
2017-02-02 18:17:15 +04:00
2df9f4f6d3 Postfix (mostly comments & documentation) for core-5472 2017-02-02 17:05:46 +03:00
hvlad
a5f73c57de Fixed bug CORE-5448 : FB3 - crash (consistency check) when creating view on table which has column with character set none, database default charset is utf8, and utf8 default collation is 'unicode' 2017-02-02 13:29:34 +02:00
firebirds
006c026c06 increment build number 2017-02-01 00:02:16 +00:00
hvlad
feeea1b51a Fixed Windows build. Alex, please check 2017-01-31 22:48:55 +02:00
4da3997b49 Fixed CORE-5472: Problems with dbcrypt key transfer 2017-01-31 17:38:53 +03:00
Adriano dos Santos Fernandes
7fadd8e9f9 Make parse.y not build in every make call. 2017-01-30 23:15:52 -02:00
Adriano dos Santos Fernandes
f802976046 Revert regression that disallows "CHARACTER SET BINARY" usage. 2017-01-30 22:58:47 -02:00
Adriano dos Santos Fernandes
d23c7c1156 Misc. 2017-01-30 22:29:55 -02:00
firebirds
ae5d1b20ce increment build number 2017-01-30 00:02:16 +00:00
hvlad
c8956bd1ae Fixed regression: performance penalty when check access rights of user with super privileges granted (such as SYSDBA, DBO, etc) 2017-01-30 01:17:09 +02:00
firebirds
1deb7fb8b5 increment build number 2017-01-29 00:02:15 +00:00
Dmitry Yemanov
36b86a02e5 Preserve the alias after the relation/procedure node copying 2017-01-28 11:50:24 +03:00
firebirds
2226c6f7a4 increment build number 2017-01-28 00:02:15 +00:00
Dmitry Yemanov
2cb8c9cffe Reworked bugfix for CORE-5456. Now it addresses CORE-5457 as well. 2017-01-27 11:32:30 +03:00
firebirds
8a2bc74159 increment build number 2017-01-24 00:02:16 +00:00
Dmitry Yemanov
7f41b58b98 Fixed the regression I introduced 22-Jul-2016. 2017-01-23 12:39:04 +03:00
firebirds
c124ddce68 increment build number 2017-01-21 00:02:18 +00:00
Adriano dos Santos Fernandes
bb871acda2 Misc. 2017-01-20 11:57:56 -02:00
Adriano dos Santos Fernandes
50c5292e98 Added Visual Studio Code settings. 2017-01-20 11:53:19 -02:00
Adriano dos Santos Fernandes
4af43c999a Cleanup. 2017-01-20 11:47:30 -02:00
Adriano dos Santos Fernandes
7bb6ceb90d Fixed CORE-3073 - Foreign key cascade with SET DEFAULT uses the default value of the moment of the FK creation. 2017-01-20 11:37:05 -02:00
Dmitry Yemanov
753958524b Bugfix CORE-5456: Migrating Firebird 2.5.2 to 3.0.1 gbak restore crashes at the end always 2017-01-20 09:18:23 +03:00
firebirds
7321563cda increment build number 2017-01-20 00:02:17 +00:00
hvlad
ef6d542c40 Fixed bug CORE-5464 : AV in fbclient when reading blob stored in incompatible encoding 2017-01-20 00:53:05 +02:00