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

32449 Commits

Author SHA1 Message Date
fsg
5f3b185830 increment build number 2008-04-13 19:08:34 +00:00
fsg
670e15f7f1 nightly update 2008-04-13 19:08:25 +00:00
asfernandes
5b84ca15e6 increment build number 2008-04-13 14:53:52 +00:00
asfernandes
1c7cee202a Fix BLOBs when using -FIX_FSS_DATA NONE 2008-04-13 14:53:48 +00:00
asfernandes
e3c36b306b increment build number 2008-04-13 14:43:07 +00:00
asfernandes
06ffed6cb8 Fix Linux build 2008-04-13 14:43:04 +00:00
asfernandes
7329b52d2c increment build number 2008-04-13 14:38:42 +00:00
asfernandes
82c279fbda increment build number 2008-04-13 14:38:41 +00:00
asfernandes
aab534e66c 1) Misc 2) Remove temp. comment found by Claudio 2008-04-13 14:38:39 +00:00
asfernandes
91a12ead13 increment build number 2008-04-13 14:38:33 +00:00
asfernandes
20755c5650 increment build number 2008-04-13 14:38:29 +00:00
hvlad
37bef3cbea increment build number 2008-04-13 10:04:03 +00:00
hvlad
54d748c82d Corrections, noted by Claudio and Adriano : use Array::find, better handling of broken comments inside statement text, make getRemoteError cons, avoid problems with sqlTypeToDscType non threadsafe initialization. 2008-04-13 10:03:56 +00:00
robocop
195de7921e increment build number 2008-04-13 08:11:21 +00:00
robocop
1a882b4853 increment build number 2008-04-13 08:11:17 +00:00
robocop
28979f1d73 Fix EXECUTE STATEMENT regarding the constness of the interface. 2008-04-13 08:11:16 +00:00
robocop
e619a9ab64 increment build number 2008-04-13 06:40:35 +00:00
robocop
9c6ac5aacf increment build number 2008-04-13 06:40:33 +00:00
robocop
bf0db00991 Misc. 2008-04-13 06:40:26 +00:00
robocop
aaac49fc4c increment build number 2008-04-13 06:39:00 +00:00
robocop
78b9a98a9b increment build number 2008-04-13 06:38:52 +00:00
asfernandes
11a9d1a572 increment build number 2008-04-12 22:55:49 +00:00
asfernandes
7394d60551 Fixed CORE-1828 - Error with ABS in dialect 1 2008-04-12 22:55:39 +00:00
asfernandes
8c832a7559 increment build number 2008-04-12 22:27:11 +00:00
asfernandes
c1cedd08e5 Fix warnings 2008-04-12 22:27:03 +00:00
asfernandes
ba36059226 increment build number 2008-04-12 22:26:30 +00:00
asfernandes
0ca6d7c20f Use the collation defined in RDB$DEFAULT_COLLATE_NAME in strings constants 2008-04-12 22:26:24 +00:00
hvlad
a2c328e2ef increment build number 2008-04-12 21:20:38 +00:00
hvlad
d5aa346176 Make provider's registration not dependent from existance of EDS::Manager instance. Noted by Adriano. 2008-04-12 21:20:26 +00:00
hvlad
87e4fba5b5 increment build number 2008-04-12 21:20:14 +00:00
hvlad
ac9ab8fcb3 increment build number 2008-04-12 21:13:26 +00:00
hvlad
7f836bb8e7 Update documentation. 2008-04-12 21:13:19 +00:00
hvlad
b849d470c3 increment build number 2008-04-12 21:12:40 +00:00
hvlad
f0899a7256 Make INTO clause of new EXECUTE STATEMENT consistent with other statements - move it at last position. By agreement in fb-devel. 2008-04-12 21:12:29 +00:00
fsg
9b2cbfd516 increment build number 2008-04-12 19:10:12 +00:00
fsg
56d184b472 nightly update 2008-04-12 19:10:00 +00:00
asfernandes
e780be5533 increment build number 2008-04-12 16:07:51 +00:00
asfernandes
80baf91394 Small cleanup 2008-04-12 16:07:45 +00:00
asfernandes
7749e3586f increment build number 2008-04-12 15:48:23 +00:00
asfernandes
7954298ce8 Do not intermix CHECK_FOR_EXCEPTIONS with status_exception::raise - thanks to Claudio 2008-04-12 15:48:20 +00:00
asfernandes
61741e94f7 increment build number 2008-04-12 15:31:38 +00:00
asfernandes
8a1103cb6e Even in the internal filters we do not assign anything to ctl_status, so don't change how things should fail 2008-04-12 15:31:34 +00:00
robocop
f6bb5be68f increment build number 2008-04-12 13:40:51 +00:00
robocop
62a2cddd9d I consider useful to be able to add weeks or get differences in weeks without going back and forth with *7 or /7, but if others want to follow the standard literally and leave week only as week number in a year... 2008-04-12 13:40:48 +00:00
robocop
86748a39bb increment build number 2008-04-12 13:40:47 +00:00
robocop
b481354167 increment build number 2008-04-12 12:44:05 +00:00
robocop
7cc216e732 Update doc for DATEADD and DATEDIFF. 2008-04-12 12:43:58 +00:00
robocop
363ba2aa23 increment build number 2008-04-12 12:27:11 +00:00
robocop
7a5c224438 - Enable week for dateAdd and dates or timestamps, since it's simply adding 7 days.
- Enable hour, minute, second and millisecond for dateAdd and dates.
The quantity added or substracted should account at least for one day to produce effect (IE adding 23 hours to a date doesn't increment it).
- Enable week for dateDiff and dates or timestamps.
- Enable hour, minute, second and millisecond for dateDiff and dates.

To be checked by Adriano.
2008-04-12 12:27:05 +00:00
robocop
0d17ebbfbe increment build number 2008-04-12 12:19:19 +00:00