Adriano dos Santos Fernandes
|
d936c74cdd
|
Misc.
|
2019-01-05 18:47:04 -02:00 |
|
AlexPeshkoff
|
38823d0184
|
Post-improvement for CORE-5970: added 3 useful related helper functions: base64_encode/decode and crc32
|
2019-01-05 18:29:03 +03:00 |
|
Adriano dos Santos Fernandes
|
9604d1c89a
|
Misc.
|
2018-12-15 18:44:59 -02:00 |
|
AlexPeshkoff
|
9169049c28
|
Misc
|
2018-12-07 20:20:28 +03:00 |
|
AlexPeshkoff
|
aacdeb274c
|
Added 8 new builtin functions supporting various encryption algorithms
|
2018-12-07 11:17:06 +03:00 |
|
hvlad
|
09da9c995e
|
Update documentation
|
2018-09-25 00:25:39 +03:00 |
|
hvlad
|
795809896e
|
Update description of RDB$GET_TRANSACTION_CN
|
2018-09-23 19:29:35 +03:00 |
|
hvlad
|
57d768f062
|
Fixed typos, thanks to Adriano
|
2018-09-23 17:20:02 +03:00 |
|
hvlad
|
bdd398dbc4
|
Fixed mistake, thanks to Mark
|
2018-09-23 16:30:58 +03:00 |
|
hvlad
|
fded677e95
|
Improvement CORE-5921 : Provide information about Global Commit Number, Commit Number of currently used database snapshot (if any) and Commit Numbers assigned to the committed transactions.
|
2018-09-23 15:00:59 +03:00 |
|
Adriano dos Santos Fernandes
|
f141247dac
|
Misc.
|
2017-11-05 22:22:00 -02:00 |
|
Adriano dos Santos Fernandes
|
a2556be641
|
Feature CORE-5620 - Builtin functions FIRST_DAY and LAST_DAY.
|
2017-11-01 15:30:54 +00:00 |
|
Adriano dos Santos Fernandes
|
3a1a9b9d48
|
Support for different hashes algorithms in HASH system function.
|
2017-07-24 13:38:28 +00:00 |
|
Adriano dos Santos Fernandes
|
d41c488aca
|
Added a note to DATEADD.
|
2016-11-04 12:23:13 -02:00 |
|
|
7ad99b795e
|
Added support for system privileges
|
2016-05-31 20:07:08 +03:00 |
|
dimitr
|
02b2bd6707
|
The initial list of changes for Alpha.
|
2013-04-13 05:58:54 +00:00 |
|
robocop
|
3c9bbac969
|
Misc.
|
2012-07-29 00:24:00 +00:00 |
|
asfernandes
|
b31f4d9b94
|
Frontport UUID fixes (CORE-3238 and CORE-3887).
|
2012-07-11 01:56:37 +00:00 |
|
asfernandes
|
7c9fb70af3
|
Make UUID_TO_CHAR2 returns lower-cased strings, as the RFC specifies·
|
2011-12-30 14:38:03 +00:00 |
|
asfernandes
|
359f74e73a
|
Misc.
|
2011-12-24 18:08:13 +00:00 |
|
asfernandes
|
1bb24e6c08
|
Fixed CORE-3238 - Makes GEN_UUID return a compliant RFC-4122 binary UUID and introduce CHAR_TO_UUID2 and UUID_TO_CHAR2 to convert UUIDs from/to string also complying with the RFC.
|
2011-12-20 14:30:41 +00:00 |
|
asfernandes
|
a25584f7a2
|
Fixed CORE-3382 - Incomplete description of POSITION() function.
|
2011-12-06 14:38:49 +00:00 |
|
dimitr
|
d29c9df5cf
|
CORE-3102 (minor documentation mistake)
|
2010-08-09 14:50:11 +00:00 |
|
asfernandes
|
087b3c8fba
|
Misc
|
2010-06-18 13:13:37 +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 |
|
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 |
|
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
|
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 |
|
asfernandes
|
34e2843708
|
Change function description
|
2007-11-30 13:49:09 +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 |
|
asfernandes
|
3ed4d0373a
|
Misc
|
2007-10-06 16:07:31 +00:00 |
|
asfernandes
|
d8dde42d07
|
Fixed CORE-1490 - New builtin function DATEDIFF() implements wrong choice of keywords for expanded syntax
|
2007-10-02 15:37:38 +00:00 |
|
asfernandes
|
e25dcbc17c
|
Improvement CORE-1340 - Add a scale parameter to TRUNC function
|
2007-07-03 00:09:39 +00:00 |
|
robocop
|
fe757d1562
|
Misc.
|
2007-04-24 06:11:08 +00:00 |
|
asfernandes
|
348e167309
|
Some more info proposed by Claudio
|
2007-04-21 21:27:22 +00:00 |
|
robocop
|
538fea0157
|
Misc.
|
2007-04-15 11:56:14 +00:00 |
|
asfernandes
|
737a1b2e55
|
Documentation for new builtin functions
|
2007-04-15 01:11:35 +00:00 |
|