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
01b521bd53
Fixed CORE-5379: Regression service API for isc_spb_sts_table
2016-10-17 19:16:29 +03:00
Adriano dos Santos Fernandes
6c2e26cbbd
Fixed CORE-5314 - UDFs declared with large varchars take excessive time to execute.
2016-10-17 13:07:25 -02:00
firebirds
dc0f09ee08
increment build number
2016-10-15 00:02:24 +00:00
Roman Simakov
0037c98019
Fixed mistake of posting access items for the table itself
2016-10-14 19:04:47 +03:00
John Paul Adrian Glaubitz
7ba46163c7
Add platform support for Linux/m68k ( #51 )
...
* Add generic platform support for Linux/m68k
* Include sem_t when determining values for FB_ALIGNMENT and FB_DOUBLE_ALIGN
On m68k, 'long long' is 16-bit aligned while 'sem_t' is 32-bit aligned
and we must therefore include 'sem_t' when determining the values for
FB_ALIGNMENT and FB_DOUBLE_ALIGN. Otherwise, the futex system call
will fail on these systems.
* Don't try to include headers for __cpuid on non-x86 targets
* Make sure that the version scripts include _IO_stdin_used on Linux
The GNU C library supports two ABIs for libio, one is the pre-2.1
ABI and the other is the current one. In order to determine which
ABI is to be used, the C library checks whether the _IO_stdin_used
symbol is exported by the executable. In case the symbol is present,
the new ABI is assumed, if the symbol is missing, the old ABI is
assumed. Thus, if an application is linked against a modern version
of glibc, it must export the _IO_stdin_used symbol as otherwise the
executable can crash or provoke other unexpected behavior on some
architectures like PowerPC or MIPS because the C library is using
the old ABI in this case.
2016-10-14 13:12:09 +03:00
83899abaac
Better style
2016-10-14 12:02:15 +03:00
firebirds
c2f40c083d
increment build number
2016-10-14 00:02:20 +00:00
Adriano dos Santos Fernandes
47d740fb97
Merge pull request #49 from mariuz/patch-1
...
Remove emacros-cross_ref outdated documentation
2016-10-13 11:56:22 -03:00
Adriano dos Santos Fernandes
5f9e24d51c
Merge pull request #50 from mariuz/patch-2
...
Delete cleaning-todo.txt
2016-10-13 11:55:33 -03:00