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

75 Commits

Author SHA1 Message Date
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