asfernandes
871c073279
Refactor.
2013-03-31 15:55:01 +00:00
firebirds
3442e1e5f2
nightly update
2013-03-31 00:32:18 +00:00
asfernandes
26ab241631
Misc.
2013-03-30 02:31:03 +00:00
firebirds
bd06fd7911
nightly update
2013-03-30 01:06:19 +00:00
asfernandes
b7667cb859
Make it work as before, although I think openCursor should fail with DDL statements.
...
Please check CursorTest.cpp (ddlFetch) in fbstuff.
2013-03-29 23:25:43 +00:00
asfernandes
bf6c2c1dfe
Correction.
2013-03-29 23:25:28 +00:00
alexpeshkoff
697ef0c127
Avoid reusing old dpb codes as it was suggested some time ago in devel - looks like we have enough of them
2013-03-29 07:39:15 +00:00
firebirds
f60b8be2d0
nightly update
2013-03-29 00:38:19 +00:00
hvlad
447f204929
Refactor a bit
2013-03-28 16:52:03 +00:00
alexpeshkoff
313e2765c9
Added macros for main firebird directories to config files
2013-03-28 15:35:29 +00:00
alexpeshkoff
f538f69cc0
Make default firebird.conf better readable. No need in conversion tables any more.
2013-03-28 13:55:16 +00:00
alexpeshkoff
6a48bd8e14
Fixed problems when config file is missing
...
Make config manager and it's external interfaces work with 64-bit integers
Added support for boolean values (like 'true' & 'yes') to external config interfaces
Added support for kmg multipliers to config manager
2013-03-28 13:43:18 +00:00
hvlad
05126afd12
Well, there is a case where relative path could contain drive letter, for ex. C:xxx\yyy\zzz.
...
Correct first version of code.
2013-03-28 13:15:03 +00:00
mapopa
7c61a0bad9
MUISQL (QA Test bed Multiuser environment) target is not builded anymore from Firebird 1.x ages
2013-03-28 12:46:05 +00:00
hvlad
e53c80abd8
Update Windows build
2013-03-28 12:09:18 +00:00
hvlad
623f0c392f
If path contains drive letter - it is definitely not relative path
2013-03-28 12:04:14 +00:00
mapopa
6fd54c9871
Fix licenses urls , sourcecode tree is moved to SVN from CVS
2013-03-28 10:15:31 +00:00
mapopa
e5ee578454
update config files after fixing recent version of autoconf/automake/libtool complain about the firebird
...
scripts aclocal: warning: autoconf input should be named 'configure.ac', not 'configure.in'
2013-03-28 09:32:30 +00:00
alexpeshkoff
78c670f7e4
Fixed case with empty path - thanks to Dmitry Kovalenko
2013-03-28 07:24:25 +00:00
firebirds
7d7fea0288
nightly update
2013-03-28 00:35:57 +00:00
asfernandes
bce4462d85
Fixed CORE-4071 - external function declaration with "returns parameter" crashes the server.
2013-03-27 16:09:18 +00:00
asfernandes
d7c58ad709
Fixed CORE-4070 - NOT-NULL-column can be used as primary key and filled with NULL-values.
2013-03-27 15:54:13 +00:00
alexpeshkoff
1560043bb9
Aproximate change for windows - not checked
2013-03-27 12:32:35 +00:00
alexpeshkoff
e4356e4b46
Added operator include to config files
2013-03-27 11:45:02 +00:00
asfernandes
850e529c81
Fixed CORE-4068 - create package fails on creating header as soon as there is at least 1 procedure name.
2013-03-27 01:34:44 +00:00
asfernandes
28f05f168b
Refactor.
2013-03-27 01:34:10 +00:00
firebirds
8fc06d17cc
nightly update
2013-03-26 01:12:35 +00:00
asfernandes
78c168c78e
Work in progress standardizing the external engines API.
2013-03-25 15:59:38 +00:00
asfernandes
ee953572eb
Work in progress standardizing the external engines API.
2013-03-25 15:34:15 +00:00
mapopa
90c696f8c0
recent version of autoconf/automake/libtool complain about the firebird
...
scripts aclocal: warning: autoconf input should be named 'configure.ac', not
'configure.in'
2013-03-25 11:07:11 +00:00
firebirds
b8ac6b7969
nightly update
2013-03-25 02:18:25 +00:00
asfernandes
40b07432b4
Fixed problem reported in fb-devel: FB3 and SQL_NULL.
2013-03-25 01:25:01 +00:00
dimitr
dbe76bc342
The minimal patch for CORE-1604 (Error at database creation by user with non-ascii name) and CORE-3243 (CURRENT_USER and MON$USER don't work properly) that seems to work for the trusted authentication, but [at least] the legacy auth module has to be reviewed as it seems to deal with the user name "as is", without checking whether it arrived in UTF8 or not.
2013-03-24 16:16:29 +00:00
asfernandes
931bf2ad90
Fixed problem reported in fb-devel: FB3 vs FB2.5: Different result for SUBSTRING('test' FROM 1 FOR NULL).
2013-03-24 15:55:08 +00:00
dimitr
7e9beb8b01
Enabled multi-threaded compilation for ICU.
2013-03-24 07:14:26 +00:00
dimitr
2001352060
Misc.
2013-03-24 06:38:32 +00:00
dimitr
b35f78f546
A more clever implementation of the assertion macros. It suppresses С4390 warnings and pleases the /W4 warning level at the same time, without any need for the new macros.
2013-03-24 06:19:19 +00:00
firebirds
1d85d380a9
nightly update
2013-03-24 01:26:05 +00:00
asfernandes
b9bc308a72
Work in progress fixing external triggers.
2013-03-23 21:12:27 +00:00
asfernandes
1652cf93d7
Fixed CORE-4067 - Problem with "CREATE DATABASE ... COLLATION ..." and 1 dialect.
2013-03-23 20:41:17 +00:00
hvlad
c131de732c
Cleanup:
...
- removed never used bcb_checkpoint and BDB_checkpoint
- removed conditional compilation for CACHE_WRITER as it is already ruled by flag BCB_cache_writer at almost all places
- added necessary checks for BCB_cache_writer when it was missed
2013-03-23 13:58:41 +00:00
firebirds
2e36aec892
nightly update
2013-03-23 01:06:45 +00:00
alexpeshkoff
445bd69d9f
Fixed CORE-3269: When server gets unavailbale, client does not perform detach correctly
2013-03-22 14:29:51 +00:00
alexpeshkoff
0e5e9ffdfb
Rolled back my change - it breaks setting FIREBIRD in environment without "/" in the end
2013-03-22 14:03:04 +00:00
firebirds
8148d06e8a
nightly update
2013-03-22 01:11:30 +00:00
hvlad
a418373026
Optimization: delay clearing of page_full flag until page have at least 25% of free space. It saves few costly mark_full() calls when space is actively allocated and reclaimed in highly concurrent environment and reduces PP contention.
2013-03-21 08:23:39 +00:00
firebirds
0ee91bc2c6
nightly update
2013-03-21 01:00:37 +00:00
hvlad
2df60f21ea
Fixed AV in remote server code reported by Dmitry Kovalenko in fb-devel
2013-03-20 13:13:33 +00:00
firebirds
8ef792bd4f
nightly update
2013-03-20 01:58:09 +00:00
hvlad
166f168a6d
Fixed boot build
2013-03-19 11:29:15 +00:00