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

137 Commits

Author SHA1 Message Date
robocop
4d468895ea Misc & style. 2009-05-17 11:20:43 +00:00
asfernandes
c991e7d5cf Misc 2009-05-15 00:51:21 +00:00
hvlad
e001741d4b Documentation for improvement CORE-2452 : Add Role Name in input parameters for EXECUTE STATEMENT 2009-05-14 10:37:51 +00:00
asfernandes
9e0c4f06f2 Misc 2009-04-04 16:28:33 +00:00
alexpeshkoff
77498cac9b Fixed some warnings 2009-04-03 10:49:07 +00:00
asfernandes
f0de59cde9 Misc 2009-02-13 21:08:56 +00:00
robocop
6612f1b08c Misc. 2009-02-13 07:48:28 +00:00
hvlad
943fbe0e90 Update documentation 2009-02-12 09:34:00 +00:00
dimitr
38cc346f86 Updated docs. Getting prepared for Beta. 2009-01-29 11:52:47 +00:00
alexpeshkoff
203cf9afdb added readme for CORE-2113 2008-11-30 17:45:47 +00:00
robocop
586c3a6cde CORE-1799: improve the almost useless "expression evaluation not supported" error message.
Did the JRD side except par.cpp because this part is covered by DSQL (only ESQL programs won't get the improved messages).
2008-10-03 05:41:16 +00:00
dimitr
3734b9099f Correction. 2008-07-04 05:05:08 +00:00
asfernandes
17c20e8392 1) Fixed CORE-1935 – SIMILAR TO character classes are incorrectly recognized.
2) Improve the documentation after some questions from Claudio.
2008-06-14 02:17:20 +00:00
robocop
a44eede5c4 Correction. 2008-06-13 11:07:41 +00:00
robocop
25b9ff2277 Misc. 2008-06-13 11:02:17 +00:00
asfernandes
ba55f64dd7 Put in the tree the docs previo usly done in the wiki as per Dmitry request 2008-06-12 01:02:00 +00:00
alexpeshkoff
635ba3ea00 Added documentation for GRANTED BY clause 2008-06-10 11:00:19 +00:00
robocop
99dfcbedc3 Misc. 2008-06-10 10:17:20 +00:00
hvlad
9b0c5b706f Updated documentation 2008-06-09 09:29:28 +00:00
asfernandes
e35a4764ce Documentation for hexadecimal numeric and binary strings literals 2008-05-15 15:28:32 +00:00
alexpeshkoff
0c63e27b57 misc 2008-05-15 15:19:14 +00:00
hvlad
8cf8a6b00b Correctly written my name and e-mail 2008-05-13 07:26:32 +00:00
asfernandes
453721c881 Documentation for ALTER VIEW 2008-05-13 00:59:49 +00:00
alexpeshkoff
5a28de37be added doc 2008-05-12 16:09:30 +00:00
asfernandes
7d34ead84e 1) Allow to reference others fields in the expression of ALTER...COMPUTED
2) Documentation
2008-05-11 20:05:12 +00:00
asfernandes
8b4a83f201 Misc 2008-05-11 03:00:46 +00:00
asfernandes
6e827b8633 Documentation for CHAR_TO_UUID and UUID_TO_CHAR 2008-05-09 15:27:31 +00:00
asfernandes
5575f29694 Update doc. 2008-04-25 11:00:55 +00:00
asfernandes
5a059b20c0 Misc 2008-04-16 02:09:14 +00:00
robocop
3d750c2bf1 Enable WEEK for dateAdd and dateDiff. 2008-04-14 13:21:05 +00:00
robocop
d54a9f7ef6 - Let BIN_AND, BIN_OR and BIN_XOR take two params as minimum.
- Implement BIN_NOT.
2008-04-14 11:09:16 +00:00
asfernandes
aab534e66c 1) Misc 2) Remove temp. comment found by Claudio 2008-04-13 14:38:39 +00:00
robocop
bf0db00991 Misc. 2008-04-13 06:40:26 +00:00
hvlad
7f836bb8e7 Update documentation. 2008-04-12 21:13:19 +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
7cc216e732 Update doc for DATEADD and DATEDIFF. 2008-04-12 12:43:58 +00:00
dimitr
191a8fca58 Update. 2008-04-10 10:54:26 +00:00
asfernandes
0e8febd6e3 Misc 2008-04-10 02:35:30 +00:00
hvlad
0809f1f1c6 Documentation for EXECUTE STATEMENT with support of external data sources 2008-04-09 22:20:17 +00:00
asfernandes
0adc1aa1f9 Misc 2008-04-04 02:14:17 +00:00
dimitr
5b0b26982b Update. 2008-04-03 09:05:48 +00:00
dimitr
887206e65b The merge is being fixed. 2008-01-16 13:38:46 +00:00
dimitr
099f99cde2 Fixed docs. 2007-12-04 08:29:10 +00:00
robocop
1c4d0a2629 Misc. 2007-12-04 08:23:13 +00:00
asfernandes
34e2843708 Change function description 2007-11-30 13:49:09 +00:00
asfernandes
40997f0bc8 Task CORE-1618 - Change GBAK option to not run database triggers to use the same name as the ISQL equivalent option 2007-11-26 14:26:46 +00:00
asfernandes
4e47cd4846 Feature CORE-1511 - POSITION(string_exp1, string_exp2 [, start]) 2007-11-12 00:31:11 +00:00
asfernandes
ca7004e241 1) Fixing another case of CORE-1514 - Many new 2.1 built in functions have incorrect NULL semantics
2) Improvement CORE-1569 - ROUND function second parameter - make optional like TRUNC
2007-11-12 00:02:18 +00:00
asfernandes
78e4d71ee1 Remove weekday support in DATEADD/DATEDIFF - CORE-1526 2007-10-23 14:14:23 +00:00
asfernandes
ed67711a48 Update 2007-10-08 01:21:39 +00:00