robocop
c5c56a0043
Fix misleading error message reported by Michal Kubecek.
2006-02-24 09:21:16 +00:00
robocop
503a3ce6e6
Misc.
2006-02-04 04:19:33 +00:00
hvlad
daadf2dce0
Prevent transaction numbers from overflow MAX_SLONG boundary
2006-02-03 17:44:19 +00:00
hvlad
00fdbbe579
Replace one fb_assert with BUGCHECK as Claudio suggested some time ago
2006-02-03 16:57:26 +00:00
hvlad
3a08331e27
Fixed isql's statistics output
2006-02-03 16:22:43 +00:00
robocop
8e7da59fa6
Sync after Dmitry Yemanov's changes.
2006-01-26 07:21:26 +00:00
dimitr
6f6eae051e
A small correction.
2006-01-25 09:48:53 +00:00
robocop
1626cc7a27
Misc.
2005-12-14 02:20:47 +00:00
dimitr
da625272db
More error messages.
2005-12-12 13:56:56 +00:00
dimitr
6b696540a4
Added new error messages.
2005-12-12 10:57:14 +00:00
robocop
6b336190f9
Undo Alex mistake with the facility number.
2005-11-29 06:39:15 +00:00
alexpeshkoff
62a24d46e4
1. Moved data structures, written to database file, into ods.h.
...
2. Added new types of clumplets to ClumpletReader and ClupmletWriter.
3. Applied modified ClumpletReader and ClupmletWriter to /remote and partially /jrd.
4. Added active protection from remote brute-force attack to services API.
2005-11-27 20:53:09 +00:00
robocop
77e6b4a2d0
Correct messages.
2005-11-08 23:54:38 +00:00
robocop
42f7fd7ab6
Fixing SET DEFAULT so it operates on rdb$relation_fields only and raises an error if DROP DEFAULT finds the default belonging to an explicit domain. Thanks to Ann for committing the messages to the central db.
2005-11-04 04:46:27 +00:00
dimitr
12946de11d
Restored the XCPCODE reporting to be compatible with 1.5.
...
A temporary solution.
2005-10-22 11:09:36 +00:00
dimitr
da3106e9e4
Added new error message.
2005-10-21 09:37:55 +00:00
robocop
860b2f1b9b
Try to please the team leader before it's too late.
...
:-)
We have definitely serious problems with firebird.msg mismatches.
2005-10-20 04:09:40 +00:00
robocop
55fc0a38a3
Changed the command-line help in isql when you type
...
isql -?
2005-10-14 04:51:10 +00:00
dimitr
756404cbb6
Added new error message.
2005-10-13 13:36:06 +00:00
robocop
6ec02b200e
Moved another hardcoded error string to the msg database.
2005-10-07 08:52:51 +00:00
robocop
4337f38101
Update isql accordingly to my previous Fix SF Bug #1292007
...
Move more hardcoded error strings to the msg database.
2005-10-06 07:02:04 +00:00
robocop
7d304b0fbb
Fix SF Bug #1292007
...
Move some hardcoded error texts to the msg database.
2005-10-06 06:08:10 +00:00
robocop
c81191a3de
Misc.
2005-10-01 07:16:12 +00:00
alexpeshkoff
063986cfe3
reanimated -database switch in gsec
2005-09-30 16:21:30 +00:00
robocop
aab2d20725
- Get rid of DBB_v3 in DSQL and put a message just in case we find ODS<=7 (impossible in theory, since FB wouldn't open such db).
...
- Put mnemonics for two hardcoded error msgs I hijacked from DYN years ago. Now they are defined for the SQLERR facility.
2005-09-10 07:15:24 +00:00
robocop
6bf95490fb
Archeology: enable QLI to handle NUMERIC, DECIMAL and BIGINT in definitions. No dialect check made.
2005-09-03 05:52:02 +00:00
robocop
95cf97005b
Solve Dmitry's compatibility concerns about my solution for SF Bug #494981 . Remember to rebuild the messages db from the scripts in src/msgs.
2005-08-14 06:56:24 +00:00
robocop
22742ccdd7
Tweak DYN to solve several issues:
...
- Allow to set and drop defaults for table's fields (as it has been possible with domains).
- Stop people from setting a default value for array types.
- Close checking holes that allowed people to change from scalar types to array types and vice/versa.
- Improve some error messages.
2005-08-14 05:48:20 +00:00
robocop
34f1f5e2c2
Fixed misplaced error messages in gfix. For example, if you do
...
gfix - housekeeping
you were getting "dialect number required".
2005-07-31 01:06:20 +00:00
dimitr
ff06b5f9af
Added new error message.
2005-07-24 18:45:13 +00:00
dimitr
668907912f
Changed the ODS encoding, messaging and protection rules.
2005-06-26 16:11:59 +00:00
robocop
a3e76836e3
Misc.
2005-06-16 05:02:37 +00:00
asfernandes
890494ac7c
1) Fixed SF #1016040 Missing external libraries causes engine exception
...
2) Use better error messages
2005-06-14 03:16:54 +00:00
robocop
a867f700d0
Substring evolved and the error message was never updated. Now I've done two messages, although I think we need three in the long term.
2005-06-12 23:45:15 +00:00
dimitr
457c58ace2
Correction.
2005-06-12 04:00:18 +00:00
hvlad
b4545712dd
Added new error messages
2005-06-11 11:41:12 +00:00
robocop
3a8cd43a05
Please Dmitry and try to report the line/column of an incomplete statement.
2005-06-11 00:20:22 +00:00
robocop
66bb9ee231
Totally misc.
2005-06-10 00:54:15 +00:00
dimitr
313fe5664a
Added new error message.
2005-06-06 13:28:51 +00:00
robocop
b8d1f00f94
- Corrections and changes to Adriano's commit, subject to his inspection.
...
- Solved an endless loop with trim and zero-length trim characters, etc.
- Some places are signaled with FB_COMPILER_MESSAGE for prompt attention.
2005-06-06 08:30:03 +00:00
asfernandes
59213efe7e
Merge INTL branch into HEAD
2005-05-27 22:45:31 +00:00
robocop
35dc1e343c
- Cleanup.
...
- A bit better handling of SHOW EXCEPTION.
2005-05-26 06:45:25 +00:00
robocop
7813fe3402
Fix SF Bug #494981 .
...
If we can print the name of the exception, we do.
2005-05-22 06:13:54 +00:00
robocop
e93513cd9a
- Adjust error messages.
...
- Correct way to stop automatically generated triggers from being altered.
2005-05-20 00:23:25 +00:00
robocop
da0da74ee9
New message for isql.
2005-05-19 07:43:16 +00:00
robocop
0285f6bf76
- Implement the proposed COMMENT keyword to allow descriptions in database objects. Subject to change or withdrawal.
...
- Enhance some messages. Reuse some msg numbers that were duplicate.
- Fix some issues found in Alex recent MetaName-related commits.
2005-05-17 07:17:25 +00:00
robocop
8c381ef54b
Better fixes related to field-test bug #1173988 , first part.
...
Also, a new, more accurate message has been added to the restoration process.
2005-05-03 04:09:26 +00:00
robocop
382d5b3432
Fix for first part of field test bug #1173988 .
...
Also, fix for misleading message, use -R switch tal must be use -REP switch.
2005-04-29 05:36:19 +00:00
robocop
f9815af4ea
Updating messages and history after Dmitry's changes.
2005-04-28 05:27:47 +00:00
dimitr
f38b4536b9
Minor corrections.
2005-04-27 17:56:58 +00:00
robocop
2ec9bbc824
Keeping the history manually.
2005-04-18 03:21:41 +00:00
hvlad
f09ef16560
1. New switch for gbak -RECREATE_DATABASE [OVERWRITE].
...
Simple RECREATE_DATABASE is equal to CREATE_DATABASE,
RECREATE_DATABASE OVERWRITE is equal to REPLACE_DATABASE.
2. gbak uses isc_dpb_overwrite to create database over existing files
3. engine overwrite existing files only if asked explicitly by
user by setting isc_dpb_overwrite to 1
4. fixed unregistered bug - when gbak uses service manager and passed
command line contains invalid switch. Service reports error and
finish but not call Service::svc_started therefore response is not
send and gbak is stalled forever
2005-04-09 18:44:50 +00:00
robocop
0d60ef7d2f
Fixed one msg for isql and added others to support add_row (ADD command).
2005-03-26 05:05:21 +00:00
skidder
37739c2c57
Add check for overly long identifiers when pasing BLR. This helps with savepoints problem reported by Vlad and other similar issues as well
2004-12-22 18:34:52 +00:00
robocop
af6a16107a
Misc.
2004-11-30 06:18:39 +00:00
robocop
d6535351a2
Misc: style.
2004-11-24 09:22:07 +00:00
robocop
68258a475b
Fix the messages database's history.
2004-11-24 09:00:29 +00:00
robocop
6f376126bc
Applying Damyan Ivanov's isql patch.
...
Document it in the interactive help isql -?
Document also the m2 option (merge diagnostics).
2004-11-24 08:58:11 +00:00
robocop
dd4952c4ed
Preparing to commit Damyan Ivanov's isql patch, first step.
2004-11-23 10:29:31 +00:00
skidder
b03741c566
Add messages for context variables and correct bad SQL code used for couple messages added earlier
2004-11-22 19:45:57 +00:00
robocop
ec42dc2c42
The obvious missing constraints, at least for me.
2004-11-19 03:52:43 +00:00
robocop
7b916e7077
Get rid of journal-related messages.
2004-11-19 03:51:57 +00:00
robocop
3915523b1d
Keep history up to date by hand.
2004-11-19 03:51:03 +00:00
robocop
93b309b449
The facilities's MAX_NUMBER is one more than the last used number in messages.sql for each facility. It worked nicely for years until the utilities became obsolete.
2004-11-19 03:50:19 +00:00
hvlad
6db033a401
Added new isc_stack_trace error code for PL-SQL stack trace
2004-11-18 13:50:54 +00:00
dimitr
b78d71d9fd
no message
2004-11-18 08:09:56 +00:00
dimitr
499688434f
1) Reworked error reporting
...
2) Allowed positioned updates for explicit cursors
3) Fixed some possible server crashes
2004-11-17 15:23:27 +00:00
dimitr
5fb5acbb75
1) Reworked error reporting
...
2) Allowed positioned updates for explicit cursors
3) Fixed some possible server crashes
2004-11-17 15:01:16 +00:00
robocop
c2636d9cf6
Sync messages with Alex' changes in gsec.
2004-11-14 07:50:34 +00:00
robocop
628b088d2c
Treat string literals and string constants with more respect.
2004-11-10 04:26:45 +00:00
robocop
f80199d26d
Treat string literals and string constants with more respect.
2004-11-08 03:33:26 +00:00
asfernandes
fc45553027
Update very obsolete error message
2004-11-02 02:41:33 +00:00
robocop
2b3c98520d
Added new message. To be used later (pending changes).
2004-10-25 10:31:59 +00:00
robocop
fc778f2da0
Added new message. Rollback PB changes as agreed until a better solution is found.
2004-10-25 10:30:01 +00:00
robocop
99ff914f33
Allows to build FB2 with FB1. All data in the scripts was inserted happily.
2004-10-25 10:28:46 +00:00
paulbeach
8f5ae194b8
Somebody had saved this with word wrap. So some inserts failed on a MSCV6 build. Corrected.
2004-10-22 16:26:23 +00:00
robocop
a8da598248
Redundant casts.
2004-10-08 11:08:42 +00:00
robocop
e5ad0f1a7f
Misc cleanup.
2004-10-04 04:59:43 +00:00
robocop
ddcffc18d6
Misc: an error should be returned to the operating system by the program that builds the messages file only when the program received wrong arguments, not when it did the job.
2004-09-26 01:46:31 +00:00
alexpeshkoff
8d950d0ccd
fixed msg.fdb build on windows terminal server remote session
...
posix is also in sync
2004-09-01 11:53:38 +00:00
skidder
fc0c02d2dc
Add notion of ODS type to wrong_ods error message
2004-09-01 01:08:35 +00:00
skidder
56a42f9765
Use slightly more clear messages during FK violations. Patch submitted by Adriano dos Santos Fernandes
2004-08-31 22:29:59 +00:00
alexpeshkoff
7d88ab9563
fixed posix boot build - posix filenames case-sensitive
2004-08-30 17:15:39 +00:00
robocop
257ac89659
Add a new message for isql. I miss the triggers and utilities that did the details for me previously
2004-08-27 08:33:21 +00:00
brodsom
fec4268921
Fix format warning
2004-08-26 17:54:19 +00:00
brodsom
406726a9fc
Maintain previous isql con_prompt definition
2004-08-26 17:51:56 +00:00
aafemt
1682382f15
Content of messages DB's HISTORY table
2004-08-23 09:52:10 +00:00
aafemt
43cced53d4
Content of messages DB's TEMPLATES table
2004-08-23 09:49:58 +00:00
aafemt
4417c39fc3
German translation of messages (probably spoiled)
2004-08-23 09:47:48 +00:00
aafemt
390e2da174
French translation of messages (probably spoiled)
2004-08-23 09:45:47 +00:00
aafemt
033efdaa05
Content of messages DB's LOCALES table
2004-08-23 09:43:14 +00:00
aafemt
5e198c0de0
Content of messages DB's SYSTEM_ERRORS table
2004-08-23 09:41:21 +00:00
aafemt
011861ce89
Content of messages DB's MESSAGES table
2004-08-23 09:39:34 +00:00
aafemt
b815cd3a48
Content of messages DB's SYMBOLS table
2004-08-23 09:35:31 +00:00
aafemt
c878683c1b
Content of messages DB's FACILITIES table
2004-08-23 09:33:10 +00:00
aafemt
d7e7dd10b1
Get ready for dialect 3
2004-08-23 09:07:40 +00:00
aafemt
d00e35ae4c
SQL equivalent for msg.gdl
2004-08-20 10:57:18 +00:00
robocop
1332d98618
Literal strings should be treated as const char*
2004-06-05 09:37:18 +00:00
robocop
441817bd82
1.- Misc changes
...
2.- Style
3.- Recover dsc_ttype in dsc after Blas' cleanup as a synonym for dsc_sub_type in text types
2004-05-21 06:16:17 +00:00
brodsom
98d9fe6e63
Macro cleaning
2004-05-18 16:32:07 +00:00
brodsom
ef3f5f1911
Rollback until I found a better solution.
2004-05-07 07:19:48 +00:00
brodsom
ce7a5ced08
-Macro cleaning
2004-05-06 22:11:24 +00:00
skidder
43cb0d1ce4
Y-Valve handle translation layer
2004-05-02 23:06:37 +00:00
brodsom
0daa189563
Removing ib_stdio.h
2004-04-28 22:36:29 +00:00
brodsom
d76f92f2d8
Update comment
2004-04-23 01:44:05 +00:00
alexpeshkoff
88dcae12db
fixed some problems with posix debig build
2004-03-22 15:13:05 +00:00
brodsom
27cbcdd73e
-Removing some unneeded headers (WIN_NT) or explaining why are needed
2003-11-16 12:57:23 +00:00
brodsom
c5253ae8a5
-Replace gds__ constants with isc_ contants
...
-Replace codes.h with iberror.h (or remove)
-Move gds__vax_integer and gds__event_block* to alt.cpp and isc_ to gds.cpp
-Use ISC_QUAD internally
-Use isc_vax_integer internally
2003-11-11 12:19:20 +00:00
robocop
f55c6f6f8c
const correctness and cleanup
2003-11-10 09:16:38 +00:00
brodsom
4285bc623c
Removing gdsold.h and gds.h
2003-11-08 16:40:17 +00:00
robocop
35396625f5
const correctness
...
function signatures
variables in local scope
BOOLEAN -> bool
TEXT[32] as SqlIdentifier for DYN
Stop random garbage in firebird.msg's bytes 8 to 11
some cleanup
2003-11-05 09:02:33 +00:00
robocop
23f559c4d5
cleanup
2003-09-11 12:01:57 +00:00
brodsom
9bf60eadc0
-Removing PYXIS
2003-09-11 02:17:05 +00:00
brodsom
70c6a819ee
-Remove BOOLEAN, TRUE and FALSE
2003-08-29 00:37:25 +00:00
brodsom
602c201989
-Remove NULL_PTR
...
-Remove unneeded NULL casts
-Remove (void) function return cast
2003-08-28 13:07:29 +00:00
robocop
e4cfa01286
One warning less
2003-08-22 13:09:09 +00:00
brodsom
5398fafc40
Moving .gbak to firebird2/builds/misc
2003-07-10 23:09:07 +00:00
brodsom
8feff51688
Remove depends (unused and unmaintained)
2003-07-08 23:38:30 +00:00
brodsom
b8afaa0ecd
Remove unneeded sed commands in build
2003-06-30 18:12:52 +00:00
dimitr
b41fee4014
New error messages for:
...
- gbak
- DSQL layer (aggregate tracking)
- JRD layer (EXECUTE STATEMENT)
- config stuff
2003-06-13 07:56:08 +00:00
dimitr
aebd3c1212
Updated messages database.
2003-04-13 13:07:37 +00:00
brodsom
dfda89afbb
Correct formats
2003-04-03 08:51:58 +00:00
eku
ceb9d33c9d
Changed the default extensions for databases from .gdb to .fdb
...
The Windows and OS X builds have not been updated yet.
2003-03-17 12:06:48 +00:00
brodsom
c7d6889883
Put vars and functions inside the same ifdef for which is used (NOT_USED_OR_REPLACED for unused)
2003-03-04 00:09:33 +00:00
brodsom
46b759d9d2
Move old borland make files to builds directory
2003-02-19 13:12:38 +00:00
brodsom
3b486dfb95
Move def files to builds directory
2003-02-19 13:07:13 +00:00
eku
5b8ffd81c2
Removed unused variables.
2002-12-10 11:53:53 +00:00
kkuznetsov
c57e2fe7c7
Fix compile errors on Solaris IA
2002-11-28 15:44:31 +00:00
kkuznetsov
98154c5fd6
Fix compile error on Solaris X86
2002-11-25 16:14:13 +00:00
seanleyne
b3ad604669
Removed support for obsolete "PC_PLATFORM" define
2002-10-31 05:06:02 +00:00
skidder
8e6622a20e
Merging changes from skidder branch - explicit locks, savepoints, build system changes
2002-10-29 20:20:44 +00:00
eku
6c5a7db3b9
Fixed compiler warnings.
2002-09-25 13:08:25 +00:00
eku
ef2ff91438
Autoconf cleanup:
...
o use predefined macros to test for sys/wait.h, time.h and sys/time.h
o search strcasecmp in libresolv only if strcasecmp and stricmp are not in libc
o use predefined macro AC_SYS_LARGEFILE to determine 64Bit I/O
o determine the alignment of long and double (ALIGNMENT,DOUBLE_ALIGN),
still need to write a test for FB_ALIGN!
2002-09-18 12:50:13 +00:00
skidder
cf8310ebf1
Added nulls first/last support load.epp
2002-09-10 18:34:50 +00:00
dimitr
5683190af2
no message
2002-09-08 16:32:30 +00:00
dimitr
bd2d2debc3
Make sure we're Firebird, both interbase.msg and interbase.log are renamed.
2002-09-04 09:12:46 +00:00
dimitr
c6365de21f
Merging changes from fb1.
2002-06-29 08:34:14 +00:00
dimitr
8463265fc1
Implemented 'EXECUTE VARCHAR' command.
2002-04-04 13:53:20 +00:00
seanleyne
f536f116e1
Code cleanup of obsolete DELTA port
2002-02-16 03:05:21 +00:00
seanleyne
1c799cfb3e
Code cleanup of obsolete XENIX port and missed MAC (MAC_AUX) port items
2002-02-16 02:50:01 +00:00
skywalker
8e64159e86
Fix some simple void main() declarations, and the clean directive
2001-08-15 05:37:55 +00:00
skywalker
73591b7d17
More changes to straighten out compile, fix up makefiles to build
...
into GEN_ROOT directory
2001-08-01 08:11:52 +00:00
skywalker
4c4bc9a95c
Global changes for new Makefile and firebird2 compile on linux
2001-07-29 23:43:24 +00:00
bellardo
6681f4852e
More changes to convert FB2 to c++. This time is files that have been renamed
...
and some conflict resolutions on files edited by more than one person at once.
2001-07-12 06:32:05 +00:00
tamlin
9a776a604e
First steps towards a C++ conversion.
2001-05-23 13:26:42 +00:00