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

52483 Commits

Author SHA1 Message Date
0482773156 File was missed in commit due to .ignore rules 2016-11-11 18:24:35 +03:00
5aede150e3 Decimal floating point numbers - first draft 2016-11-11 17:59:55 +03:00
Dmitry Yemanov
05c3ccc6cf Attempt to fix CORE-5393: Bad optimization of some operations with views containing subqueries. 2016-11-10 09:23:40 +03:00
firebirds
ad5368a73c increment build number 2016-11-09 00:02:23 +00:00
Popa Marius Adrian
4651ef1ca4 clean libtommath *.d dependencies files created by gcc compiler (#66) 2016-11-08 20:59:31 +03:00
Adriano dos Santos Fernandes
27ea6a5c8a Merge pull request #65 from mariuz/patch-3
Remove fb version info from build instructions.
2016-11-08 08:06:00 -02:00
Dmitry Yemanov
af37a963e9 Bugfix CORE-5382: Incorrect processing (truncation) of SQL statement with length 10MB+1. 2016-11-08 12:48:58 +03:00
Popa Marius Adrian
3d1c4e71ad remove fb version info from build instructions 2016-11-08 11:48:22 +02:00
Adriano dos Santos Fernandes
116e558ccf Merge pull request #64 from mariuz/patch-2
Small spell error: pannel -> panel.
2016-11-08 07:22:57 -02:00
Popa Marius Adrian
02ef763bcf small spell error pannel -> panel
small spell
2016-11-08 11:02:38 +02:00
firebirds
f33d38a002 increment build number 2016-11-07 00:02:25 +00:00
Popa Marius Adrian
8e02445260 Fix android include paths related to c++11 (#62)
* Fix android include paths for c++11

* Fixed android arm 32 build
2016-11-06 11:36:02 +03:00
firebirds
d8c886c180 increment build number 2016-11-05 00:02:22 +00:00
Adriano dos Santos Fernandes
d41c488aca Added a note to DATEADD. 2016-11-04 12:23:13 -02:00
firebirds
0311f22e6c increment build number 2016-11-04 00:02:21 +00:00
Adriano dos Santos Fernandes
e4aed163ac Fixed CORE-5390 - ISQL crashes corrupting memory when statement length is greater than 10 MB. 2016-11-03 13:36:54 -02:00
firebirds
40155876f7 increment build number 2016-10-29 00:02:20 +00:00
Adriano dos Santos Fernandes
1f74d2c0b0 Fixed CORE-5383 - Dependencies in package not recognised. 2016-10-28 15:17:39 -02:00
de12105ad6 Fixed Android build 2016-10-28 18:07:27 +03:00
Popa Marius Adrian
3cad8abff3 update CMake , pcmet was removed (#61)
Update CMakeLists.txt  , pcmet was removed

Thanks to Treeve Jelbert https://sourceforge.net/p/firebird/mailman/message/35450186/
2016-10-28 17:59:18 +03:00
Popa Marius Adrian
a7eb6ef195 Create android x86/arm64/x86_64 scripts and ports (master pull request) (#60)
* add android.arm64 cross file

* add android arm64 makefile

* Deprecated in android-2x

* Add Android x86_64 cross and makefile

* Add Android x86 32bit makefile and cross

* Add CXXFLAGS -std=c++11 to android builds also
2016-10-28 14:39:13 +03:00
firebirds
8d79da9da0 increment build number 2016-10-28 00:02:19 +00:00
hvlad
25177b545e Fixed bug CORE-5257 : Enable nested keys in plugin configuration 2016-10-27 18:53:53 +03:00
661e18209b Fixed CORE-5384: Plugin manager fails to provide appropriate config information when name of configuration file is set in plugins.conf 2016-10-27 17:48:23 +03:00
firebirds
4831d4f957 increment build number 2016-10-27 00:02:23 +00:00
Adriano dos Santos Fernandes
6b18b2e6d4 Correction - thanks to Alex. 2016-10-26 16:30:52 -02:00
Adriano dos Santos Fernandes
475da71917 Added conflict number information from btyacc to the source tree to be noticed after parser changes. It exploded recently more or less unnoticed. 2016-10-26 14:31:37 -02:00
Roman Simakov
6bde5f9945 Adjust sql security doc 2016-10-26 10:31:39 +03:00
Roman Simakov
c95a287cc9 Added default sql security for database to make it possible to be more relevant to SQL Standard 2016-10-26 10:12:25 +03:00
firebirds
aa53e630d7 increment build number 2016-10-26 00:02:23 +00:00
Dmitry Yemanov
ff3e7cc9e3 Bugfix CORE-5381: Regression: could not execute query (select from view
with nested view).
2016-10-25 16:30:42 +03:00
firebirds
a3baf59a05 increment build number 2016-10-25 00:02:22 +00:00
Adriano dos Santos Fernandes
52ac800161 Merge pull request #57 from mariuz/patch-3
Delete memtest.cpp : testing deprecated functions
2016-10-24 11:55:56 -02:00
Adriano dos Santos Fernandes
6aba587f66 Merge pull request #56 from mariuz/patch-2
Remove disabled code - MOV_double_to_date2.
2016-10-24 11:54:55 -02:00
Adriano dos Santos Fernandes
fa7d4991c5 Merge pull request #55 from mariuz/patch-1
Delete Old Firebird 2.x Nickolay Samofatov's  todo
2016-10-24 11:53:57 -02:00
Popa Marius Adrian
c92c819cd1 Delete memtest.cpp : testing deprecated functions
MOVE_fast/MOVE_faster are already removed from tree

https://sourceforge.net/p/firebird/mailman/message/17309217/
2016-10-23 00:41:06 +03:00
Popa Marius Adrian
47f81d6711 remove MOV_double_to_date2
defined as NOT_USED_OR_REPLACED
// Strange, I don't see this function surfaced as public.
void MOV_double_to_date2
2016-10-22 15:02:55 +03:00
firebirds
5d3564f0cf increment build number 2016-10-22 00:02:21 +00:00
4c28eac6f5 Postfix #3 for CORE-5204 - fixed install on systemd-based linux 2016-10-22 00:01:26 +03:00
Popa Marius Adrian
e83bdaa088 Delete Old Firebird 2.x Nickolay Samofatov's todo 2016-10-21 18:06:50 +03:00
Roman Simakov
3ea59cff5e Move default GTT type setting to more correct place. 2016-10-21 15:01:42 +03:00
Roman Simakov
d23e553c1e Fixed default opt for GTT 2016-10-21 09:01:33 +03:00
firebirds
3f65d34a7f increment build number 2016-10-20 00:02:22 +00:00
Adriano dos Santos Fernandes
6a00b3aee6 Fixed CORE-1894 - Circular dependencies between computed fields crashs the engine. 2016-10-19 13:15:27 -02:00
firebirds
e51e743f6e increment build number 2016-10-19 00:02:22 +00:00
Roman Simakov
7dc6907a38 Restored especialization for BaseNullable clear 2016-10-18 17:02:35 +03:00
Roman Simakov
539f7093dd Simplified mutual options for GTT 2016-10-18 15:16:34 +03:00
1ba1af29f0 Hopefully better name in #ifdef 2016-10-18 10:55:21 +03:00
Dmitry Starodubov
70acd97746 Added check for access rights to BLOBs (#53)
This security fix helps to avoid a case when user guessing blob ID in one or other way gets access to the blob which should not be accessible for him.
2016-10-18 10:39:04 +03:00
firebirds
9e6acc09fa increment build number 2016-10-18 00:02:21 +00:00