hvlad
02f2cef2db
Update DSQL_pretty to print nod_src_info contents even more correctly :) Noted by Adriano. Also make DSQL_pretty to not loop endlessly on nod_return.
2008-05-01 07:26:53 +00:00
hvlad
f8dff21408
increment build number
2008-05-01 07:22:18 +00:00
hvlad
a1b08862f0
Corrected fix for bug CORE-1875. Noted by Adriano.
2008-05-01 07:22:11 +00:00
asfernandes
a6e45db8a6
increment build number
2008-05-01 02:13:48 +00:00
asfernandes
1b215ecbad
increment build number
2008-05-01 02:13:39 +00:00
skidder
8d9a3f5513
increment build number
2008-05-01 01:40:28 +00:00
skidder
3d8af77572
Fix regression CORE-1876. Incremental backups with NBACKUP broken in 2.1
2008-05-01 01:40:22 +00:00
hvlad
9358ead4d5
increment build number
2008-04-30 20:04:23 +00:00
hvlad
62b5c645e5
Fixed bug CORE-1875 : Error on script with current_date
2008-04-30 20:04:18 +00:00
hvlad
4452fe36b3
increment build number
2008-04-30 20:03:44 +00:00
hvlad
7667d6e88f
Update DSQL_pretty to print nod_src_info contents correctly
2008-04-30 20:03:40 +00:00
hvlad
fc0331ec9f
increment build number
2008-04-30 19:58:11 +00:00
hvlad
b6b9a83abf
increment build number
2008-04-30 19:55:49 +00:00
dimitr
17bbc9de36
increment build number
2008-04-30 19:16:20 +00:00
dimitr
c66a8cb62a
Misc.
2008-04-30 19:16:12 +00:00
fsg
7e1321ec08
increment build number
2008-04-30 18:57:39 +00:00
fsg
3a78315e58
nightly update
2008-04-30 18:57:27 +00:00
dimitr
75e225fc40
increment build number
2008-04-30 17:48:56 +00:00
dimitr
9071049788
Let's avoid crashing when no information is returned in the ouput buffer.
2008-04-30 17:48:50 +00:00
dimitr
90d1477258
increment build number
2008-04-30 17:45:52 +00:00
dimitr
6fbb76c115
Fixed the crash reported privately by Bill Oliver.
2008-04-30 17:45:46 +00:00
alexpeshkoff
78bc58f1e8
increment build number
2008-04-30 17:27:26 +00:00
alexpeshkoff
93b7bef215
increment build number
2008-04-30 17:26:59 +00:00
asfernandes
2d3881c806
increment build number
2008-04-30 15:50:19 +00:00
asfernandes
21464e2901
increment build number
2008-04-30 15:50:13 +00:00
asfernandes
9de812df7c
increment build number
2008-04-30 15:50:12 +00:00
asfernandes
3107048170
increment build number
2008-04-30 15:48:01 +00:00
asfernandes
a74ef4c9b5
increment build number
2008-04-30 01:48:14 +00:00
asfernandes
f10505e82b
Misc
2008-04-30 01:48:11 +00:00
asfernandes
1679cfdd17
Fix POSIX build
2008-04-30 01:47:10 +00:00
asfernandes
99287be47f
increment build number
2008-04-30 01:47:08 +00:00
asfernandes
a41c769f74
increment build number
2008-04-30 01:42:11 +00:00
asfernandes
8d04f25fb3
Misc
2008-04-30 01:42:09 +00:00
asfernandes
c89459bb3c
increment build number
2008-04-30 01:42:04 +00:00
fsg
ee044d3519
increment build number
2008-04-29 19:39:37 +00:00
fsg
b48be5dc35
nightly update
2008-04-29 19:39:17 +00:00
hvlad
6ee4242552
Fixed bug CORE-1841 : If some VIEW used derived tables and long table names\aliases, It is possible to overflow RDB$VIEW_RELATIONS.RDB$CONTEXT_NAME.
...
Attention : ODS changed !
2008-04-29 16:39:17 +00:00
hvlad
71eb6ee952
increment build number
2008-04-29 16:39:11 +00:00
alexpeshkoff
42bdb39c2d
increment build number
2008-04-29 14:11:39 +00:00
alexpeshkoff
8b91245085
increment build number
2008-04-29 13:27:14 +00:00
robocop
b3335a69b5
increment build number
2008-04-29 12:37:09 +00:00
robocop
a7d9e7f25c
DirectoryList wasn't used, so I'm deleting it.
...
Fortunately, because it has half-finished functionality.
2008-04-29 12:37:02 +00:00
robocop
58f1e2ebf0
increment build number
2008-04-29 12:36:59 +00:00
hvlad
60b971897b
increment build number
2008-04-29 12:24:15 +00:00
hvlad
2d7379aa3b
Fixed broken restore via service API
2008-04-29 12:24:07 +00:00
robocop
fcc41d428c
increment build number
2008-04-29 12:21:31 +00:00
robocop
4cbdb23710
Fix IntlManager.cpp to sync with "config" cleanup.
...
Notice that whereas JString had a const char* operator for automatic or forced conversion, Firebird::string doesn't have one. Worse, the layout of FBString has a static buffer of size 32 but can allocate a dynamic buffer for larger requirements and therefore, casting FBString to char* or const char* will most likely produce wrong behavior or crash. Thereforer, I removed the places with such explicit cast. Alex, please watch if there are more problems of this type in IntlManager.cpp, the "config" dir or the "vulcan" dir.
2008-04-29 12:21:17 +00:00
robocop
16dbb17061
increment build number
2008-04-29 12:01:36 +00:00
robocop
39e02e49fb
1.- Style.
...
2.- Cleanup.
3.- Put enumerations and plain structures in their due classes, checked constness, commented or deleted unused crap (watch stupid macros in header files that pollute all the files where such headers are included), etc.
There's a lot of pending work to do. Still trying to convert to decent C++ this barbarian code probably written by Genghis Khan or Attila the Hun.
2008-04-29 12:01:24 +00:00
robocop
e9737dd290
increment build number
2008-04-29 11:33:20 +00:00