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

25 Commits

Author SHA1 Message Date
Dmitry Yemanov
4218e335d7
Merge pull request #6793 from FirebirdSQL/work/gh-6788
Improvement #6788 - Extend EXTRACT to extract time zone strings.
2021-05-14 20:48:01 +03:00
AlexPeshkoff
cc443cce20 Resolve #6806, fixed related examples in readme 2021-05-12 19:32:49 +03:00
Adriano dos Santos Fernandes
a02f0dea81 Improvement #6788 - Extend EXTRACT to extract time zone strings. 2021-05-04 11:41:35 -03:00
Dmitry Yemanov
e49fe26b58 Misc adjustments 2020-05-07 10:21:41 +03:00
Dmitry Yemanov
ddd5621666 DDL control for replication 2020-04-21 19:36:43 +03:00
Adriano dos Santos Fernandes
cfbcbeda3c
Make it possible to start multiple transactions using the same initial transaction snapshot - CORE-6018 (#193)
With this feature it's possible to create parallel (via different attachments) processes reading consistent data from a database.

For example, a backup process may create multiple threads paralleling read data from the database.

Also a web service may dispatch distributed sub services paralleling doing some processing.

That is accomplished creating a transaction with SET TRANSACTION SNAPSHOT [ AT NUMBER <snapshot number> ] or isc_tpb_at_snapshot_number.

The <snapshot number> from the first transaction may be obtained with RDB$GET_CONTEXT('SYSTEM', 'SNAPSHOT_NUMBER') or transaction info call with fb_info_tra_snapshot_number.

Also added CORE-6017 - Add transaction info fb_info_tra_snapshot_number.
2019-03-01 16:17:19 -03:00
Adriano dos Santos Fernandes
94f377b8fb Add SET TIME ZONE BIND statement. 2018-11-12 13:18:00 -02:00
Adriano dos Santos Fernandes
0a5ab86198 Update keywords doc. 2018-11-12 13:18:00 -02:00
hvlad
fe68255f62 According to Adriano's suggestions 2018-05-23 20:42:22 +03:00
Mark Rotteveel
d22a07090c Update keywords for FB4 and check against SQL:2016 (#154) 2018-04-02 20:18:20 +03:00
bae769071e Fix build and forgotten doc (#75) 2017-01-17 15:46:14 +03:00
Adriano dos Santos Fernandes
a9378178fd Feature CORE-5346 - Window Function: named window. 2016-09-23 13:43:10 -03:00
Adriano dos Santos Fernandes
41d24deb26 Feature CORE-3647 - Window Function: frame (rows / range) clause. Readme to be done.
Also updated README.keywords of others features.
2016-09-02 15:20:01 -03:00
dimitr
31e27214ee Updated the docs for Beta 2. 2015-06-23 22:00:25 +00:00
asfernandes
ba03a8c71e 1) Improvement CORE-4791 - Make INSERTING/UPDATING/DELETING reserved words to fix ambiguity with boolean expresions.
2) Fixed CORE-4735 -  Expression 'where bool_field IS true | false' should also use index as 'where bool_field = true | false' (if such index exists).
2015-05-15 16:10:39 +00:00
dimitr
208adfc8b6 Updated the docs. 2014-11-12 07:44:31 +00:00
dimitr
b3ec8d811d Updated docs. 2013-04-13 06:50:19 +00:00
dimitr
38cc346f86 Updated docs. Getting prepared for Beta. 2009-01-29 11:52:47 +00:00
asfernandes
5a059b20c0 Misc 2008-04-16 02:09:14 +00:00
dimitr
191a8fca58 Update. 2008-04-10 10:54:26 +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
2f7b27ac45 Added some docs. 2005-07-05 08:07:38 +00:00
asfernandes
59213efe7e Merge INTL branch into HEAD 2005-05-27 22:45:31 +00:00
dimitr
96f1156adf Some docs. 2005-01-20 12:35:38 +00:00