8
0
mirror of https://github.com/FirebirdSQL/firebird.git synced 2025-01-22 15:23:03 +01:00
This is a mirror of the firebird repo on github. It is not intended for use as a working repo. This repo is resync'ed with github every thirty minutes.
Go to file
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
.vscode VS Code setting to not screw up markdown files. 2018-07-26 12:24:11 -03:00
builds Update MSVC15 project files to use latest SDK version 2019-02-21 11:54:11 +02:00
doc Make it possible to start multiple transactions using the same initial transaction snapshot - CORE-6018 (#193) 2019-03-01 16:17:19 -03:00
examples Misc. 2019-01-05 18:47:04 -02:00
extern Fixed CORE-6007: Firebird does not build on Mac with fresh toolchain 2019-02-21 18:37:28 +03:00
lang_helpers Make it possible to start multiple transactions using the same initial transaction snapshot - CORE-6018 (#193) 2019-03-01 16:17:19 -03:00
src Make it possible to start multiple transactions using the same initial transaction snapshot - CORE-6018 (#193) 2019-03-01 16:17:19 -03:00
.editorconfig Make github show correct indentations. 2016-04-09 00:39:12 -03:00
.gitignore Misc 2018-02-08 20:23:26 +03:00
.travis.yml Return option to make paralell build. 2019-01-31 13:39:03 -02:00
acx_pthread.m4 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 2004-10-04 05:23:56 +00:00
appveyor.yml Add Linux build to appveyor to have public snapshots per-build and disable VS2015 and x86 builds for better performance. 2019-03-01 11:28:22 -03:00
autogen.sh Postfix for CORE-5204: take into an account --enable-binreloc flag 2016-09-16 14:01:44 +03:00
binreloc.m4 OSRI and new posix build 2010-10-12 08:02:57 +00:00
CHANGELOG.md Updated the docs 2019-01-31 19:11:01 +03:00
CMakeLists.txt [cmake] Fix build. 2019-01-22 07:36:30 -02:00
configure.ac Fixed CORE-6009: I/O error during "open" operation for file "/tmp/firebird/fb_trace_*" in firebird.log 2019-02-22 19:53:14 +03:00
Makefile.in A bit better way to pass target over to sub-makefile 2003-07-15 10:49:57 +00:00
README.md Added appveyor badge. 2018-07-26 12:25:23 -03:00
setupBuildNum.sh Fixed v4 build numbering & some scripting bugs. 2016-03-25 10:27:21 +03:00
travis.sh Revive travis scripts and build badge in README.md with build+install only. If one knows how to make the tests run, feel free to adjust or comment. 2017-03-30 10:45:11 -03:00

Build Status Build Status

Firebird README

Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, MacOS and a variety of Unix platforms. Firebird offers excellent concurrency, high performance, and powerful language support for stored procedures and triggers. It has been used in production systems, under a variety of names, since 1981.

The Firebird Project is a commercially independent project of C/C++ programmers, technical advisors and supporters developing and enhancing a multi-platform relational database management system based on the source code released by Inprise Corporation on 25 July, 2000.

Basic information

Documentation

Licensing

The source code is released under variants of the Mozilla Public Licence 1.1 (MPL):

Development

The source code can be found at:
https://github.com/FirebirdSQL/firebird

Build instructions are here: http://www.firebirdsql.org/en/building-the-code/

Bugs and feature requests should be submitted at:
http://tracker.firebirdsql.org/

You may find more details at:
http://www.firebirdsql.org/en/development/