asfernandes
6a5e1cc144
Fixed CORE-1894 - Circular dependencies between computed fields crashs the engine
2008-08-08 16:01:58 +00:00
asfernandes
8f9b451ce9
Rework of ib_util changes. Dynamically load it in the engine and inform callback functions to alloc and free memory. Allocate memory from the default pool.
2008-07-12 21:23:42 +00:00
alexpeshkoff
d51063e2c1
Rolled back accidential change
2008-07-10 15:59:08 +00:00
alexpeshkoff
7c8427bc35
Separated CVT functions to common and jrd parts.
...
This made possible to avoid ugly CVT_move export.
Cleanup of errors handling in CVT functions.
2008-07-10 15:57:33 +00:00
robocop
8028402a45
Adding one more message for localization.
2008-07-08 07:48:26 +00:00
alexpeshkoff
7098cffcb1
Use regular message code instead of arg_interpreted
2008-07-07 13:31:55 +00:00
robocop
8bca580a61
More legacy messages.
2008-07-06 12:51:16 +00:00
robocop
915783bf8e
Misc:
...
Updating legacy message
Adding a message
Fixing some typos
2008-07-06 10:56:34 +00:00
robocop
720b2655b9
Implement new message for DSQL.
2008-06-28 04:33:29 +00:00
hvlad
acb28f7a71
More error messages for EXECUTE STATEMENT
2008-06-22 07:34:36 +00:00
hvlad
0d95bb900b
Error messages for EXECUTE STATEMENT
2008-06-19 10:45:18 +00:00
dimitr
f5862f3c40
SQLSTATE correction, as suggested by Bill.
2008-06-18 17:09:50 +00:00
asfernandes
af1d955da6
Improvement CORE-1937 - Detect (instead of crash) FREE_IT UDFs that return pointer not allocated by ib_util_malloc
2008-06-14 22:16:40 +00:00
robocop
ba3b1540d9
Totally misc.
2008-06-05 11:56:49 +00:00
alexpeshkoff
9326a66b83
Reserved codes for GRANTED BY clause
2008-06-03 11:47:24 +00:00
asfernandes
2f48b317b3
Better message - thanks to Paul Vinkenoog
2008-05-06 13:36:46 +00:00
asfernandes
29490460b2
Misc
2008-04-20 23:03:35 +00:00
asfernandes
c416ea1621
Lock the attachment handle during API calls
2008-04-20 22:54:36 +00:00
asfernandes
a9413397a7
Feature CORE-1831 - Creation of GBAK restore switches FIX_FSS_DATA and FIX_FSS_METADATA
2008-04-11 12:57:52 +00:00
dimitr
45da69b78d
Adjustments upon discussion with Bill.
2008-04-04 19:35:49 +00:00
alexpeshkoff
46dac1b8e1
Added message for shutdown timeout failure
2008-04-04 14:04:55 +00:00
alexpeshkoff
a393299488
Added message for shutdown timeout failure
2008-04-04 13:25:59 +00:00
dimitr
580544fbd7
More changes targeted to a better error diagnostics.
2008-04-04 10:01:06 +00:00
dimitr
7ed8500409
Correction.
2008-04-02 08:04:18 +00:00
dimitr
3b3bdc9b27
More details about arithmetical exceptions.
2008-04-01 12:35:14 +00:00
dimitr
409f4a8f60
Misc.
2008-04-01 12:24:54 +00:00
dimitr
0cc9bf08c7
Misc.
2008-04-01 12:10:07 +00:00
robocop
cc72b37c9a
Introduce more specific errors for date-time operations.
2008-03-28 13:21:59 +00:00
robocop
5ec7462d12
Restore the old error message for io_error.
2008-03-25 12:04:03 +00:00
robocop
4b50da05cc
Final adjustments to the messages db.
...
German and French files ready to be translated (messages needing review and new ones).
2008-03-23 12:55:32 +00:00
robocop
daef4541bf
Fix the translated messages and put them in sync with the new syntax.
2008-03-23 10:22:41 +00:00
robocop
f3ca4b4974
Implement some manual validations for our messages' text.
2008-03-23 10:21:40 +00:00
robocop
5e07b77b3d
Minor fix.
2008-03-23 10:20:49 +00:00
robocop
78261035cd
I hope that I finally fixed all errors generated in the migration from the printf-based (%) messages to the MsgPrint-based (@) messages. They were mostly wrong numbered parameters.
...
Fixed some minor historical inconsistencies that predate FB, too.
2008-03-21 12:54:46 +00:00
robocop
36da6e9056
Misc fixed to the default messages.
2008-03-20 10:03:09 +00:00
robocop
da5068258d
Fix the German translation of the firebird.msg file to sync with the English (and default) version.
2008-03-20 10:00:30 +00:00
robocop
c20b0ea35e
Clean, order and fix the French translation of the firebird.msg file.
2008-03-20 09:59:25 +00:00
robocop
470f5e37c1
Misc.
2008-03-18 13:46:31 +00:00
robocop
e6de43f68b
Cleanup and ordered localized msgs file. Lacks a lot of the new messages.
2008-03-18 12:37:06 +00:00
dimitr
6da8463556
Update.
2008-03-18 06:13:37 +00:00
dimitr
4ce29e0624
Sync with SAS: Better diagnostics for some DYN errors.
2008-03-17 17:58:47 +00:00
hvlad
0170deaff3
Fixed bug CORE-1793 : AV at prepare of query with unused parametrized CTE
2008-03-17 10:27:01 +00:00
robocop
4d4b18c115
Fix some issues: wrong pathname used for localized msgs, possibly trash stored in msg file, some obvious checks, etc.
2008-03-16 13:38:58 +00:00
robocop
d293e5f0d1
Misc.
2008-03-13 11:02:56 +00:00
robocop
55c27384cf
Remove files that were superseded by their *2.sql counterparts.
2008-03-13 11:00:29 +00:00
dimitr
29694be08d
Change the ISQL output to show SQLSTATE instead of SQLCODE.
2008-03-12 10:18:02 +00:00
robocop
04106ddde6
More fixes for CORE-1600.
...
CORE-1777.
2008-03-12 07:33:12 +00:00
robocop
2b33eae4d1
Minimize casts.
2008-03-10 08:31:35 +00:00
robocop
747474fc7d
Get rid of the field VMS_CODE in the messages database.
...
You should preprocess and compile codes.epp again or you will read trash from the db when regenerating the header files in include/gen.
For Win32, this means calling create_msgs alone is not enough; do a boot build instead.
2008-03-07 09:24:14 +00:00
robocop
4054c1d65e
Putting more constraints was the only way to safely discover all the inconsistencies in the scripts that fill msg.fdb with messages' code, text, sqlclass and other information. Served as an exercise to fix some errors that may predate FB, too.
2008-03-07 07:37:57 +00:00