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
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
dimitr
1c5c4e0feb
Corrections for v2.0 and above.
2007-07-03 12:10:22 +00:00
asfernandes
e25dcbc17c
Improvement CORE-1340 - Add a scale parameter to TRUNC function
2007-07-03 00:09:39 +00:00
asfernandes
1a427efe19
Changed UPDATE OR INSERT to check existence of records with IS NOT DISTINCT
2007-05-13 14:06:41 +00:00
asfernandes
6cafdc1738
Removed incorrect note
2007-05-11 11:18:40 +00:00
asfernandes
620d0550d0
Updated LIST documentation - thanks to Maycon Ferraça
2007-05-09 15:23:33 +00:00
asfernandes
fd33f237d2
Doc. for new join types
2007-05-03 01:32:08 +00:00
asfernandes
b06deea4c6
CORE-1226: Allow RETURNING in INSERT...SELECT, UPDATE and DELETE
2007-04-24 15:22:05 +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
dimitr
7fd8985732
Corrections.
2007-04-09 14:39:03 +00:00
asfernandes
773cd71543
Document the new context variable - thanks to Maicon Ferraça
2007-03-22 13:07:10 +00:00
dimitr
9f9d80f1b4
Docs.
2007-03-20 09:19:31 +00:00
robocop
7764abc795
Misc.
2007-03-15 09:35:57 +00:00
robocop
d455c9f170
Misc.
2007-03-15 09:14:00 +00:00
asfernandes
063c54bf8b
Documentation for domains in PSQL
2007-03-14 13:58:40 +00:00
hvlad
b845c06efb
Documentation for GTT and CTE features
2007-03-14 13:51:41 +00:00
asfernandes
9493f2fb66
Fix problems with COMMIT triggers:
...
1) Fix a problem when the transaction could not be commited due to errors in DFW.
2) Run triggers inside a savepoint when "preparing" the transaction.
3) More doc.
2007-01-06 23:54:23 +00:00
asfernandes
48d09afc20
More documentation for database triggers
2007-01-04 14:43:38 +00:00
asfernandes
5db5421a66
Misc
2006-12-30 16:55:06 +00:00
robocop
b6856f4287
Misc.
2006-12-30 06:03:16 +00:00
asfernandes
c80604c60e
Document database triggers
2006-12-30 01:59:03 +00:00
asfernandes
71b71e3059
Correction - thanks to Maycon Ferraça
2006-12-14 10:30:46 +00:00
asfernandes
09ccfb5c6a
Documentation for MERGE
2006-12-11 22:55:20 +00:00
asfernandes
5e818bd4a9
Rename REPLACE to UPDATE OR INSERT
2006-11-26 15:40:10 +00:00
dimitr
7c405166aa
1) Support for client PID in the monitoring data.
...
2) Changed XNET to return local hostname instead of PID as its remote address.
2006-09-14 13:47:31 +00:00
asfernandes
55ec30965d
REPLACE statement
2006-09-03 01:09:23 +00:00