bb3c2e94ec
* Now we take into account the call hierarchy when use SQL SECURITY option. Added new context variable in SYSTEM namespace - EFFICIENT_USER which is returns user name in which context a code works. We change efficient user before call procedure and function, fetch a record from selective procedure and before execute a trigger. * Renamed new context variable to EFFECTIVE_USER. Fixed nested calls. * Improved error messages to print effective user when there is no permission. * Added description of new context variable EFFECTIVE_USER. Improved description of SQL SECURITY clause. |
||
---|---|---|
.vscode | ||
builds | ||
doc | ||
examples | ||
extern | ||
lang_helpers | ||
src | ||
.editorconfig | ||
.gitignore | ||
.travis.yml | ||
acx_pthread.m4 | ||
appveyor.yml | ||
autogen.sh | ||
binreloc.m4 | ||
CHANGELOG.md | ||
CMakeLists.txt | ||
configure.ac | ||
Makefile.in | ||
README.md | ||
setupBuildNum.sh | ||
travis.sh |
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
- http://www.firebirdsql.org/
- http://www.firebirdsql.org/en/historical-reference/
- http://www.firebirdsql.org/en/features/
Documentation
Licensing
The source code is released under variants of the Mozilla Public Licence 1.1 (MPL):
- http://www.firebirdsql.org/en/initial-developer-s-public-license-version-1-0/
- http://www.firebirdsql.org/en/interbase-public-license/
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/