Skip to content

Commit a799011

Browse files
committed
Version 1.12
Remove default assignment for INTEGER, DECIMAL and VARCHAR Add TIMESTAMP for column type Add DBUniqueKey Add DBConstraint Add DisableAutoIncrementId Add ExecuteAfterCreate Add ExecuteAfterInsert Add Collation in ORMColumn Add Find2 sub Update Create sub Add Unique sub Update Execute sub Update ExecuteBatch sub Update Query sub Update Insert sub Update Save sub, skipping appending "= ?" if "=" already added Remove localtime in sqlite DBSaveStatement for showing original statement during LogQuery Add ParametersCount Add TableExists2 sub Update CreateORMColumn Update CreateORMColumn2 Remove redundant variables in DatabaseConnector Update DBCreate only support SQLite Add DBCreateSQLite to create db in WAL journal mode Add DBCreateMySQL for MySQL Update DBExist only support SQLite Add DBExists2 for MySQL Update DBOpen Add DBOpen2 Remove H2 support Update GetDate Add GetDate2 Update GetDateTime Add GetDateTime2
1 parent d49e588 commit a799011

File tree

5 files changed

+554
-375
lines changed

5 files changed

+554
-375
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# ignore files
22
*.b4j.meta
3+
*.b4j
34

45
# ignore ALL files in these directories
56
AutoBackups/

0 commit comments

Comments
 (0)