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

337 Commits

Author SHA1 Message Date
alexpeshkoff
02c9c058be Better fixes for isql problems, thanks to Claudio 2008-01-25 16:48:16 +00:00
alexpeshkoff
80159ff3c5 Fixed assertion in TCS:C_SQL_JOIN_46 2008-01-25 11:28:50 +00:00
alexpeshkoff
43ac380b43 Do not extract system roles 2008-01-25 09:53:17 +00:00
dimitr
59096b3a13 The merge continued. 2008-01-16 07:23:29 +00:00
asfernandes
61a614c878 Misc 2007-10-06 19:08:50 +00:00
robocop
f4c34be345 Fix CORE-1496.
In addition, the SHOW command shouldn't mangle object names when requested to display grant-related information (show grants).
2007-10-05 10:25:11 +00:00
robocop
83192cd8c9 Presenting the SHOW USERS command in society (documenting it when user types HELP or ?)
:-)
2007-10-04 09:29:04 +00:00
robocop
78e090ec4a Still trying to adjust isql to fix CORE-1261 completely: now it needs to understand that
RDB$PRIMARY<n> are implicit index names and shouldn't be part of a script.
2007-10-04 09:20:04 +00:00
robocop
16b18a9378 Fix CORE-1493. 2007-10-04 09:15:01 +00:00
alexpeshkoff
eb3f6f59df Fixed CORE-1485: AV when loading messages in msg.fdb 2007-09-28 11:31:46 +00:00
asfernandes
96a6ad5863 Misc 2007-09-19 01:46:45 +00:00
robocop
b495af9497 Adjust the SHOW command for CORE-1261
Here, we don't need to follow the syntax as it's only informative.
2007-09-18 06:01:07 +00:00
robocop
b261c3dd72 Change for fix in CORE-1261: the index name can't be omitted in our current syntax if the USING clause appears. Example:
CREATE TABLE T (A INTEGER,
CONSTRAINT Z UNIQUE (A) USING DESCENDING INDEX Z);

(The constraint and the index use the same name, but the descending clause forces the using clause and then the index name is mandatory.)
2007-09-18 06:00:18 +00:00
asfernandes
a8355d8e8f Misc 2007-09-16 16:15:19 +00:00
robocop
eb51d83899 Fix CORE-1261
First part: change extract.epp that's for scripts
The counterpart in show.epp (not critical) will be updated later.
2007-09-16 11:16:29 +00:00
robocop
344559bc7b Post undocumented SHOW USERS command for testing, with permission from Dmitry. 2007-09-16 09:05:21 +00:00
robocop
e256254154 Fix CORE-1465 2007-09-16 09:02:53 +00:00
asfernandes
4dd7b4c668 Misc 2007-09-12 02:31:28 +00:00
robocop
5fcb8dffdc Enhancements in isql in debug mode to test for CORE-1447. 2007-09-11 09:20:57 +00:00
asfernandes
26c6b4f549 Fixed CORE-1408 - UDF names using reserved words are extracted without double quotes 2007-08-08 01:46:11 +00:00
asfernandes
379ebc9ab6 Misc 2007-07-01 02:40:15 +00:00
asfernandes
a0ec42d087 Correction 2007-06-28 15:30:10 +00:00
asfernandes
410b2809a1 Fixed CORE-1332 - Put the connection charset in sqlscale of blobs when appropriate 2007-06-28 15:27:28 +00:00
alexpeshkoff
458351cace Fixed display of warnings in DDL statements 2007-04-28 13:57:42 +00:00
alexpeshkoff
8274d3213d Fixed CORE-867 - all utilities now hide password from "ps" as soon as possible 2007-04-25 14:10:47 +00:00
alexpeshkoff
d63491e3c5 Finished gcc-warnings cleanup 2007-04-11 16:05:40 +00:00
robocop
4391bbdcd4 Tweaks to UserBlob to support backup/restore. 2007-04-04 08:46:31 +00:00
dimitr
809c1c727c Correction. 2007-03-31 12:49:49 +00:00
mkubecek
30091104f6 fixed new[]() vs. delete[]() collision in GCC4 build 2007-03-31 12:14:24 +00:00
robocop
33959bebf3 Handle blob in user side with a class and optimize blob handling for bulk insertion in isql. 2007-03-28 07:14:18 +00:00
robocop
e71a03261c This is the full SafeArg implementation for getting rid of the fixed parameter types in the messages db. Alas, the legacy messages (before FB2.1) can't be changed in number of arguments neither the types of arguments sent by callers of the MsgPrint family or the fb_msg_format functions can be changed because old clients know these legacy messages and would crash. 2007-03-28 04:20:36 +00:00
robocop
789edc74d5 Corrections. 2007-03-01 11:40:26 +00:00
asfernandes
cd56397a51 Misc 2007-02-25 21:25:33 +00:00
asfernandes
dc5eabedce Minimize usage of DDL transaction when AUTO_DDL is false:
- it easy makes database with transaction triggers unusable because the read_commited no_rec_version of DDL transaction.
2007-02-25 14:28:14 +00:00
robocop
f83b2c407d Commit undocumented, primitive facility to deal with prepared statements and feed data to them. I need it to play with the messages.sql file.
Did other misc changes.
2007-02-25 12:03:18 +00:00
robocop
374bab0387 Misc. 2007-02-06 09:51:38 +00:00
robocop
b106f0bffc Adriano found a case where I didn't check for a premature, unexpected null terminator.
I found another case, too.
2006-12-31 09:19:46 +00:00
robocop
d695023827 Did the wrong commit for CORE-932. Sorry. 2006-12-29 10:05:52 +00:00
robocop
05d3ea8086 Trying to fix CORE-932.
Helen's pet bug.
create database /* */ /*  */ <newline> /**/ -- <newline> <db_name>
show database should tell you <db_name> instead of the first irrelevant crap after the DATABASE keyword.
2006-12-29 08:52:12 +00:00
robocop
fa14062473 Fix CORE-1002 2006-12-28 06:11:28 +00:00
asfernandes
bdc929a0bd Fixed again (now for MSVCExpress) the problem with international characters crashing ISQL 2006-12-09 00:19:10 +00:00
alexpeshkoff
1a4652f01a Trusted authentication for windows 2006-12-08 18:38:15 +00:00
alexpeshkoff
fc6c274dcb Misc 2006-11-30 14:46:26 +00:00
asfernandes
d168869475 Added RDB$NULL_FLAG and RDB$PARAMETER_MECHANISM to RDB$PROCEDURE_PARAMETERS 2006-11-24 00:25:13 +00:00
asfernandes
0939d86a57 Some suggestions from Claudio 2006-11-11 00:52:31 +00:00
asfernandes
570b6cd4b4 1) CORE-645 and CORE-745: Database triggers
2) CORE-711: Make syntax for "CREATE TRIGGER" compliant with SQL2003
2006-11-05 18:30:36 +00:00
asfernandes
1b1830adb9 Misc 2006-09-17 02:31:45 +00:00
mkubecek
c05e35bfd5 use fb_utils::stricmp() to fix POSIX builds 2006-09-16 13:12:44 +00:00
asfernandes
fe2367d643 Misc 2006-09-08 21:13:30 +00:00
robocop
59f4ba9363 Explain why server version cannot be retrieved. 2006-09-08 07:26:24 +00:00