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
robocop
7e94e15d6f
Implement SHOW SECCLASS command, mostly for core developers' needs.
2006-09-08 05:07:37 +00:00
robocop
0acf16eef8
Misc.
2006-09-07 07:56:25 +00:00
asfernandes
7b4c1c02d5
Display changes suggested by Claudio
2006-09-03 19:27:45 +00:00
asfernandes
8e08d2c25c
Extend SHOW SYSTEM to accept parameters TABLES, FUNCTIONS and COLLATIONS
2006-08-31 16:52:48 +00:00
robocop
56d19d8f53
Centralize detection of those pesky implicit domains.
...
There may be more cases that can use the new function.
2006-08-31 08:01:24 +00:00
asfernandes
e808d69001
Correction - thanks to Claudio
2006-08-29 15:39:00 +00:00
asfernandes
18b57e55b5
Misc
2006-08-27 02:48:51 +00:00
asfernandes
ccdbe63a63
Corrections - thanks to Claudio
2006-08-26 15:46:09 +00:00
asfernandes
6ca9286373
Display system collations in isql SHOW COLLATIONS
2006-08-22 02:27:07 +00:00
asfernandes
b7af27215e
Allow usage of domains in PSQL (with TYPE OF syntax)
2006-08-19 02:52:39 +00:00
asfernandes
0d408405f8
Misc
2006-08-12 16:30:07 +00:00
asfernandes
565f994229
Get the blob charset of XSQLVAR only when relname is empty - thanks to Claudio
2006-08-11 12:31:21 +00:00
asfernandes
d3a7d1b21b
Put blob charset in XSQLVAR::sqlscale
2006-08-08 11:23:47 +00:00
asfernandes
6c707c12a1
Misc
2006-08-08 02:42:10 +00:00
asfernandes
e538061c38
Implementation of CREATE/DROP COLLATION and ISQL show/extraction of collations
2006-08-07 16:39:21 +00:00
asfernandes
6d2555a82b
Fix problem of not-nullable blobs being not printed
2006-08-02 12:50:23 +00:00
asfernandes
ccbaf55533
Misc
2006-07-28 01:44:36 +00:00
robocop
6e20b6506d
Misc: announce system functions only when we find them.
2006-07-27 09:28:28 +00:00
dimitr
6b6ba903e4
Forward declaration of enums is not allowed in the C++ language, even although being supported by MSVC.
...
This commit should fix GCC compilation problems.
2006-07-21 07:53:18 +00:00
dimitr
a09dc97d6b
Corrections, thanks to Claudio.
2006-07-20 06:19:25 +00:00
asfernandes
f2c8abb2e7
Correction
2006-07-18 16:01:59 +00:00
dimitr
e7daad878b
Cleanup of some older remainings...
2006-07-18 10:18:41 +00:00
asfernandes
cbe9acb76b
Misc
2006-07-16 20:38:17 +00:00
robocop
4ca73444e5
- Fix message requesting a unique index to request a UK or PK constraint to be able to create a FK: indexes manually created aren't honored.
...
- Commit (without external or self documentation) a debugging features in isql to show dependencies with cryptic. not suite for end users output:
SHOW DEPENendenc[y | ies] obj_name
2006-07-14 06:57:19 +00:00
robocop
acd1d6dcbc
Expand Michal Kubecek's idea to the SHOW command so the object types have more flexibility in their abbreviations. Example: SHOW EXCEP[TIONS] will do with every correct abbrev between 5 and 10 characters.
2006-07-11 07:13:46 +00:00
asfernandes
34a6dd6b9f
Correction
2006-07-01 22:48:42 +00:00
asfernandes
2dc17eeb5e
Misc
2006-07-01 02:21:22 +00:00
mkubecek
6c67b600ca
use TempFile to create temporary files
2006-06-30 19:09:24 +00:00
mkubecek
23ce7eda59
fixed check of fopen() failure
2006-06-30 15:45:03 +00:00
asfernandes
4919fc38c1
Small correction thanks to Claudio
2006-06-28 18:33:31 +00:00
asfernandes
ad4113e863
Implementation of feature-request (CORE-704) Ctrl+C to cancel queries - thanks to Michal Kubecek
2006-06-26 18:24:07 +00:00
mkubecek
a4221daa38
missing Firebird::PathName to C string conversion
2006-06-25 13:21:56 +00:00
asfernandes
b944e7bdc6
Correction
2006-06-15 22:34:49 +00:00
robocop
0914c3a9dd
People using other compilers shouldn't be bothered with workarounds for one compiler, while possible. We already have workarounds for gcc, SunOS4 headers, HP/UX compiler, SCO compiler, Apollo compiler... why adding more for everyone?
2006-06-15 04:56:24 +00:00
asfernandes
6704275f76
Make compilable in MSVC6
2006-06-06 15:42:50 +00:00
alexpeshkoff
ded5cc2c49
cleanup
2006-06-06 10:34:32 +00:00
dimitr
8d1c1ed8c4
Dropped SMALL_FILE_NAMES related constants.
2006-06-02 04:23:41 +00:00
dimitr
3937771826
More complete fix.
2006-06-01 05:56:55 +00:00
dimitr
96b99def48
Fixed issues reported by Michal.
2006-06-01 05:12:38 +00:00
dimitr
7cc12e8489
1) Reworked memory management in SORT. Now we're pools aware there.
...
2) Reworked error handling in SORT and its callers.
3) Replaced DLS+SortMem with the generic TempSpace class.
4) Replaced GDS temp file management with the TempFile class.
5) Various cleanup.
2006-05-31 08:53:00 +00:00
hvlad
701f2cbda4
Global temporary tables implementation
2006-05-21 22:07:35 +00:00
alexpeshkoff
b056a118b5
1. Avoid use of STL
...
2. Reworked exceptions to make status_exception always hold correct status vector
3. Avoid use of RTTI
2006-05-19 15:17:02 +00:00