-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bugs solved. Added insert options. (Engine, Charset etc.) Added Charset function in SQL::Connect. Added Null or not null option in AddTableColumn. SQL::Connect(const host[], const user[], const password[], const database[], const charset[] = "latin5", debugging = 0, port = 3306, bool:autoreconnect = true, pool_size = 2); new handle = SQL::Open(SQL::CREATE, "database", "engine default InnoDB", -1, "charset default latin5"); SQL::AddTableColumn(handle, const field_name[], SQL::datatypes: type = SQL_TYPE_INT, maxlength = 11, bool:null = false, bool:auto_increment = false, bool:setprimary = false, bool:setindex = false) SQL::Close(handle);
- Loading branch information
1 parent
eb783aa
commit e2f45a1
Showing
1 changed file
with
47 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters