Firebird server, client and tools

website: firebirdsql.org

#sql #database #dbms #firebird #rdbms #relational-database #firebirddb #firebirdsql #embedded-database #embedded #dbserver #dbclient #client #server

Vlad Khorsun b59435e3d6 Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running. 4 tahun lalu
.github a7f4d33516 Replace deprecated ubuntu-16.04 by ubuntu-20.04. 4 tahun lalu
builds b59435e3d6 Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running. 4 tahun lalu
doc 7b4cc0b154 SIMILAR TO also requires escape of } 4 tahun lalu
examples 22aed48cb9 Fix memory leaks in external triggers examples. 4 tahun lalu
extern 52ea5474f5 Backported CORE-6446: CLOOP envelopes is wrong in IStatus 4 tahun lalu
lang_helpers 5cc9880778 Backported CORE-6141: fbsvcmgr action_repair rpr_list_limbo_trans does not show list of transactions in LIMBO state 6 tahun lalu
src b59435e3d6 Fixed bug #6949 : On windows, engine may hung on initialization when another instance with different lock directory is running. 4 tahun lalu
.editorconfig 827c964163 Make github show correct indentations. 9 tahun lalu
.gitignore 0a4595bca9 Add src/dsql/parse.cpp to .gitignore. 6 tahun lalu
.travis.yml f5f29af83f Disable Travis macOS builds 4 tahun lalu
CMakeLists.txt d70580ab14 Fix MINGW build (#215) 6 tahun lalu
ChangeLog a3123550d9 Replaced old ChangeLogs with URL to GitHub. 9 tahun lalu
Makefile.in 06b5d25ab2 A bit better way to pass target over to sub-makefile 22 tahun lalu
README.md 9fd7a01f35 Update link where to file issues 4 tahun lalu
acx_pthread.m4 6c85fc2f27 Use GNU autoconf macros to determine switches required to generate threaded binaries properly 21 tahun lalu
appveyor.yml a4bf7101cd Add Linux build to appveyor and build x86 only at nightly builds. 7 tahun lalu
autogen.sh bddc876b5e Backported fix for CORE-5204: Build the Linux code with --enable-binreloc and create an option in the installer to install in different locations than /opt/firebird 9 tahun lalu
binreloc.m4 2dc25a44bb OSRI and new posix build 15 tahun lalu
configure.ac c51b85d3ea Fixed android build 5 tahun lalu
travis.sh 3e885bdec2 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. 8 tahun lalu

README.md

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: https://www.firebirdsql.org/en/building-the-code/

Bugs and feature requests should be submitted at:
https://github.com/FirebirdSQL/firebird/issues

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