CUBRID is a comprehensive open source relational database management system highly optimized for Web Applications.
License
CUBRID/cubrid
develop
Name already in use
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
…the table with the foreign key referencing it. (#3838) http://jira.cubrid.org/browse/CBRD-24252 A table with a primary key is removed from a join with a table with a foreign key that references the primary key. There must be no references to the table to be removed other than join predicates. This is because the relationship between a primary key and a foreign key replaces a data filter of a join. If a table with a primary key is removed, a predicate for IS NOT NULL may be added, as it cannot filter on NULL.
d93f4b1
Git stats
Files
CUBRID Database Management System ================================= CUBRID is a DBMS being supported by an active community of open source developers and provides better performance and features necessary for Web services. CUBRID is distributed under two licenses according to its component, Database engine is under Apache license 2.0 and APIs and Connectors are under BSD license. Copyright and license information can be found in the file COPYING. For more information about CUBRID, visit http://www.cubrid.org Below you will see the brief list of sections to guide you to easily get started. MAJOR REFERENCES ================ - CUBRID Official Site: http//www.cubrid.org and http://www.cubrid.com - CUBRID Issue Tracker: http://jira.cubrid.org/browse/CBRD - CUBRID Manuals: http://cubrid.org/manuals DOWNLOADS and FILE REPOSITORIES =============================== - http://www.cubrid.org/downloads - http://ftp.cubrid.org HOW TO INSTALL CUBRID =========================== - CUBRID Installation: http//cubrid.org/downloads - CUBRID Install from package Linux: http://cubrid.org/getting_started Windows: http://cubrid.org/getting_started GETTING STARTED =============== - Follow the tutorials at: http://cubrid.org/getting_started GETTING HELP ============ If You encounter any difficulties with getting started, or just have some questions, or find bugs, or have some suggestions, we kindly ask you to post your thoughts on our subreddit at https://www.reddit.com/r/CUBRID/. Sincerely, Your CUBRID Development Team.
About
CUBRID is a comprehensive open source relational database management system highly optimized for Web Applications.