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

19485 Commits

Author SHA1 Message Date
asfernandes
0e1e3987a8 increment build number 2005-09-30 12:06:13 +00:00
asfernandes
540928f1f3 Fix problem reported by Konstantin 2005-09-30 12:06:12 +00:00
dimitr
ebc87c9890 increment build number 2005-09-30 11:40:53 +00:00
dimitr
cbf17d7a61 Fixed two bugs with PSQL cursors. 2005-09-30 11:40:52 +00:00
paul_reeves
225410b36c increment build number 2005-09-30 10:34:49 +00:00
paul_reeves
2413ddb66f Evaluate available compilers in correct order. 2005-09-30 10:34:46 +00:00
dimitr
2b1e3d2a82 increment build number 2005-09-30 08:48:18 +00:00
dimitr
48a377cd7a Fixed server crashes caused by buffer overruns if too big index key was used. 2005-09-30 08:48:17 +00:00
robocop
46330de94b increment build number 2005-09-30 08:43:04 +00:00
robocop
c974a600e3 SHOW command should also show procedure parameters defaults. 2005-09-30 08:43:03 +00:00
robocop
3922c43068 increment build number 2005-09-30 07:52:23 +00:00
robocop
95ce9df850 Update isql to extract procedure parameters defaults in a script as a tribute to Vlad.
Note: Vlad is still alive.
2005-09-30 07:52:22 +00:00
robocop
78bf423a4a increment build number 2005-09-30 07:50:40 +00:00
robocop
01e8fab3e0 Trim unneeded blanks and some control characters between DEFAULT clause and the default value itself in procedure parameters, too.
Trim unneded blanks and some control characters before the BEGIN or DECLARE clauses in a procedure body.
2005-09-30 07:50:39 +00:00
fsg
79000da7dd increment build number 2005-09-30 02:18:12 +00:00
fsg
fa8c2d1d63 nightly update 2005-09-30 02:18:10 +00:00
aafemt
66fdc87e29 increment build number 2005-09-29 09:22:51 +00:00
aafemt
99d1bb4161 MinGW also can do threaded CS 2005-09-29 09:22:50 +00:00
fsg
3c17f177f0 increment build number 2005-09-29 02:18:26 +00:00
fsg
d2221ee7ed nightly update 2005-09-29 02:18:22 +00:00
kkuznetsov
fffaa6c457 increment build number 2005-09-28 14:03:36 +00:00
kkuznetsov
da74c213eb Fix my previos commit 2005-09-28 14:03:34 +00:00
dimitr
bbbdf99b1e increment build number 2005-09-28 13:23:03 +00:00
dimitr
75ac53eeb4 Temporarely rolled back to the previous end_trigger logic due to found issues.
Still looking for a proper solution.
2005-09-28 13:23:02 +00:00
kkuznetsov
0640b17f6d increment build number 2005-09-28 09:27:07 +00:00
kkuznetsov
8f53e0b834 increment build number 2005-09-28 09:27:05 +00:00
kkuznetsov
262e540f9b Maked Solaris gcc ICU build unified 2005-09-28 09:27:04 +00:00
fsg
3710721105 increment build number 2005-09-28 02:18:15 +00:00
fsg
b1816331ba nightly update 2005-09-28 02:18:13 +00:00
arnobrinkman
984b11663c increment build number 2005-09-27 20:41:24 +00:00
arnobrinkman
3326dd95ff Fix another "with check option" issue <sigh> 2005-09-27 20:41:18 +00:00
hvlad
5d6707f404 increment build number 2005-09-27 19:23:26 +00:00
hvlad
1b26b6e6b5 Make code more robust. Reported privately by Tom Cole 2005-09-27 19:23:24 +00:00
dimitr
39c3c85559 increment build number 2005-09-27 11:17:56 +00:00
dimitr
dead116ac8 Significant changes in the DDL source parsing (begin_*, end_* rules):
1) store WITH CHECK OPTION instead of WITH CHECK (views)
2) store DEFAULT <value> instead of <value> (procedure parameters)
3) attempt to fix the bug in end_trigger causing longer string to be stored (try e.g. DEFAULT CURRENT_TIME NOT NULL)
4) major cleanup of begin_trigger and indentation, simplified some parser rules
Now awaiting for the Claudio's attack :-)
2005-09-27 11:17:54 +00:00
robocop
ffc8e08f17 increment build number 2005-09-27 07:47:13 +00:00
robocop
1997140cb8 increment build number 2005-09-27 07:47:12 +00:00
robocop
eb03e65ddc Source code comments. 2005-09-27 07:47:11 +00:00
robocop
974f83d62e increment build number 2005-09-27 07:47:10 +00:00
robocop
3dc16fb539 increment build number 2005-09-27 07:46:45 +00:00
robocop
8fe83cfaae Putting, deleting or changing the comment on an index shouldn't cause the index to be rebuilt. The logic was applied previously to user generators only. To be reviewed by Dmitry. 2005-09-27 07:46:44 +00:00
fsg
a1d8aeedbb increment build number 2005-09-27 02:18:19 +00:00
fsg
cdd549682a nightly update 2005-09-27 02:18:17 +00:00
robocop
590a857bef increment build number 2005-09-26 08:43:50 +00:00
robocop
8f082b0532 Gstat will have problems if it has to seek to a db page beyond 4GB from BOF, because we detect a problem that didn't happen. I put the check that appears in my old VC6 MSDN examples and that matches Vulcan's logic. 2005-09-26 08:43:49 +00:00
fsg
4b7ec2fe29 increment build number 2005-09-25 02:18:19 +00:00
fsg
0f7f4b3650 nightly update 2005-09-25 02:18:18 +00:00
asfernandes
a991b24aa8 increment build number 2005-09-24 22:50:26 +00:00
asfernandes
d2308bfcaa Forward-port collation LT_LT from 1.5 branch 2005-09-24 22:50:25 +00:00
asfernandes
2c6987b7d7 increment build number 2005-09-24 22:50:24 +00:00