I focus on Zeos8, that - trunk:
viewtopic.php?f=3&t=128311
or svn trunk
or https://github.com/marsupilami79/zeoslib
Michał
I focus on Zeos8, that - trunk:
We try to be compliant to the best practices on SVN and git now. On SVN the branch is called trunk. On the git repo it is called master. Currently these branches are interesting:
Code: Select all
[sqlite3]
; DBC protocol name
sqlite3.protocol=sqlite
; BDE alias for performance tests
sqlite3.alias=sqlite_zeoslib
; Host name
sqlite3.host=localhost
; Port number
sqlite3.port=
; Database name
sqlite3.database=C:\delphi\zeoslib\build\zeoslib.db
; User name
sqlite3.user=
; User password
sqlite3.password=
; Flag to rebuild database before each test
sqlite3.rebuild=yes
; SQL delimiter type in SQL scripts (Default, Go, SetTerm or EmptyLine)
sqlite3.delimiter.type=Default
; SQL delimiter string
sqlite3.delimiter=
; SQL scripts to create database objects
sqlite3.create.scripts=create_sqlite.sql,create_sqlite3_bugreport.sql,populate_any.sql
; SQL scripts to drop database objects
sqlite3.drop.scripts=drop_sqlite.sql,drop_sqlite3_bugreport.sql