firebirds
|
c1b8cf8ca8
|
nightly update
|
2010-12-19 03:19:26 +00:00 |
|
dimitr
|
42f1ef7fd1
|
Cleanup.
|
2010-12-18 19:13:33 +00:00 |
|
firebirds
|
fbed9b96f6
|
nightly update
|
2010-12-18 03:18:07 +00:00 |
|
asfernandes
|
c9ec26c0c3
|
Feature CORE-726 - Boolean data type
|
2010-12-18 02:17:06 +00:00 |
|
hvlad
|
f955808a51
|
Frontport better fix for bug CORE-3266 : Race condition between async service detach request and running user trace service
|
2010-12-17 22:32:35 +00:00 |
|
firebirds
|
845b902dc1
|
nightly update
|
2010-12-17 03:36:58 +00:00 |
|
asfernandes
|
f9f3553b5e
|
Fixed the crash about NEXT VALUE FOR reported in fb-devel
|
2010-12-16 21:11:01 +00:00 |
|
firebirds
|
a5aaae4ee0
|
nightly update
|
2010-12-16 03:28:01 +00:00 |
|
asfernandes
|
1a1e892daf
|
Fixed CORE-3277 - Wrong result for RIGHT(UTF8 varchar)
|
2010-12-16 00:06:55 +00:00 |
|
firebirds
|
1a4dcbc53c
|
nightly update
|
2010-12-13 03:19:34 +00:00 |
|
asfernandes
|
6bdd01e49a
|
Missing pass1 on procedure message, seen by Claudio - not relevant currently, but do it as before.
|
2010-12-12 20:45:52 +00:00 |
|
hvlad
|
1e35bc97c8
|
Port forward fix for bug CORE-3119 : 100% CPU USAGE with Unilimited Loop & Index corrupted
|
2010-12-12 20:19:47 +00:00 |
|
asfernandes
|
4318920100
|
An attempt which seems to work to not lose cpp files generated from epp ones.
|
2010-12-12 19:53:27 +00:00 |
|
alexpeshkoff
|
adfdb00187
|
Fixed gcc warnings
|
2010-12-12 14:22:39 +00:00 |
|
firebirds
|
a0852cae07
|
nightly update
|
2010-12-06 03:26:47 +00:00 |
|
asfernandes
|
c268c1f25c
|
Fixed CORE-2204 - Constraints on SP output parameters are checked even when the SP returns zero rows
|
2010-12-05 16:49:24 +00:00 |
|
asfernandes
|
5e95a16141
|
Use the impure space of string variable in a consistently (first or subsequent request execution) and optimized (no double allocation) way
|
2010-12-05 14:44:28 +00:00 |
|
firebirds
|
5b761808fb
|
nightly update
|
2010-12-05 03:20:20 +00:00 |
|
asfernandes
|
83d74dc2b4
|
Rework on line/column info support to make it faster
|
2010-12-05 00:55:54 +00:00 |
|
asfernandes
|
acfea28169
|
Make expression evaluation faster
|
2010-12-05 00:54:54 +00:00 |
|
asfernandes
|
9c42d4e5af
|
Finish the statements refactor in the engine. Get rid of jrd_nod.
|
2010-12-04 22:15:03 +00:00 |
|
asfernandes
|
eb257542c1
|
Misc
|
2010-12-04 17:19:48 +00:00 |
|
alexpeshkoff
|
8e10d76be9
|
Simplified code - thanks to Claudio
|
2010-12-04 11:16:51 +00:00 |
|
firebirds
|
3ea55dbbe5
|
nightly update
|
2010-12-03 03:36:00 +00:00 |
|
dimitr
|
3fc0ce4d24
|
InitPrefix::init() should never throw, it leads to the infinite recursion with a stack overflow.
|
2010-12-02 19:54:33 +00:00 |
|
alexpeshkoff
|
a77b580d8c
|
Fixed build without --with-system-editline switch
|
2010-12-01 16:20:22 +00:00 |
|
firebirds
|
5c7a951d23
|
nightly update
|
2010-12-01 03:53:48 +00:00 |
|
asfernandes
|
62054b859e
|
Improvement CORE-3234 - Support for text BLOBs >= 32K as first argument for TRIM()
|
2010-11-30 15:11:42 +00:00 |
|
alexpeshkoff
|
6e36b8d1ba
|
Use huge timeout instead none as suggested by Vlad
|
2010-11-30 09:16:28 +00:00 |
|
alexpeshkoff
|
108fd3a000
|
Make it work with long paths, when ":" is placed on the second line of file
|
2010-11-30 08:57:10 +00:00 |
|
firebirds
|
3ee26ccd9d
|
nightly update
|
2010-11-30 04:06:03 +00:00 |
|
hvlad
|
40c7edec78
|
Fixed bug CORE-3266 : Race condition between async service detach request and running user trace service
|
2010-11-29 15:06:42 +00:00 |
|
asfernandes
|
bcbc1ed46e
|
Move some previously static functions to StmtNodes.cpp
|
2010-11-29 14:54:07 +00:00 |
|
firebirds
|
30db7aecfa
|
nightly update
|
2010-11-29 04:01:21 +00:00 |
|
asfernandes
|
8af7ec0211
|
Refactored the support for blr_handler, blr_loop, blr_exec_sql, blr_exec_into, blr_exec_stmt,
blr_start_savepoint, blr_end_savepoint, blr_store, blr_store2, blr_erase, blr_modify,
blr_modify2, blr_exec_proc, blr_exec_proc2, blr_exec_pid, blr_dcl_cursor, blr_cursor_stmt,
blr_set_generator, blr_receive, blr_stall, blr_select, blr_block, blr_error_handler,
blr_label, blr_leave, blr_continue and the source info node.
|
2010-11-29 02:17:04 +00:00 |
|
skidder
|
3f6412d359
|
Port fix for frequent random lock conflict errors from RDB 2.1
|
2010-11-28 18:53:45 +00:00 |
|
asfernandes
|
594e390d42
|
Fixed segfault after EXECUTE STATEMENT with invalid SQL
|
2010-11-28 14:56:35 +00:00 |
|
firebirds
|
bea349ac31
|
nightly update
|
2010-11-28 03:45:52 +00:00 |
|
asfernandes
|
d9437d3cbb
|
Misc
|
2010-11-27 13:54:57 +00:00 |
|
firebirds
|
f199b81281
|
nightly update
|
2010-11-27 03:47:52 +00:00 |
|
alexpeshkoff
|
740351638f
|
Fixed CORE-3261: Assertion when running restore service
|
2010-11-26 16:54:53 +00:00 |
|
firebirds
|
eefbd00757
|
nightly update
|
2010-11-26 03:41:43 +00:00 |
|
alexpeshkoff
|
20777b4fe3
|
Check for presence of sync functions
|
2010-11-25 15:48:37 +00:00 |
|
alexpeshkoff
|
c8293cd935
|
Fixed CORE-3259: Deadlock and sefgault when processing ctrl-C in user code
|
2010-11-25 12:22:39 +00:00 |
|
hvlad
|
272adc246a
|
Frontport fix for bug CORE-3188 : page 0 is of wrong type (expected 6, found 1)
|
2010-11-25 10:53:48 +00:00 |
|
dimitr
|
c585c2a257
|
Fixed assertion when restoring a database having expression insides referencing non-existent UDFs.
|
2010-11-24 16:00:21 +00:00 |
|
dimitr
|
d0d58495c8
|
Fixed inability to restore privileges granted to roles.
|
2010-11-24 15:55:06 +00:00 |
|
firebirds
|
d32557fc94
|
nightly update
|
2010-11-24 03:15:37 +00:00 |
|
asfernandes
|
a7266ec9d1
|
Correction
|
2010-11-23 14:30:39 +00:00 |
|
alexpeshkoff
|
9d8720a198
|
Remove restriction on username, as it was discussed in devel
|
2010-11-23 12:56:25 +00:00 |
|