Commit Graph

17 Commits

Author SHA1 Message Date
Lunny Xiao b079bc05ff Add cockroach support and tests (#896)
Fix tests

fix some tests and ignore some

Add &experimental_serial_normalization=sql_sequence on test so that id will increase from 1

fix drone

Fix drone

Fix drone

Fix drone

Remove space

Add makefile

fix drone

fix drone

fix drone

update

fix tests

use sql_sequence when testing

fix postgres ci

fix circle ci for cockroach

upgrade cockroach version

add trace on error

add drone ci

run cockroach background

run cockroach backround

run cockroach backround

fix test

fix run cockroach

add cockroach test to circleci

add cockroach support

Add tests for table name (#1...
Reviewed-on: https://gitea.com/xorm/xorm/pulls/896
2020-03-03 08:19:32 +00:00
Lunny Xiao 229c3aaf04
Add circleci 2 support (#1198)
* add circleci 2 support

* ignore golint currently

* remove unused circle1 config file
2019-01-20 10:56:25 +08:00
Lunny Xiao 8668e25c4e
update CI 2018-08-09 22:37:36 +08:00
Lunny Xiao bd20c37bfb
Add SetSchema for engine (#876)
* add SetSchema for engine

* fix user

* fix postgres with schema

* fix test

* fix test

* fix test

* fix tablename

* refactor tableName

* fix schema support

* improve the interface of EngineInterface
2018-04-10 09:50:29 +08:00
Lunny Xiao 265dd66928 fix bug on cache delete (#703)
* fix bug on cache delete

* fix cache issues and improve the tests
2017-09-09 11:03:34 +08:00
Lunny Xiao a5a917d477 add mymysql tests (#656) 2017-07-25 17:51:20 +08:00
Lunny Xiao 942887dea0 fix time issues and add some tests for time (#604)
* fix time issues and add some tests for time

* fix tests bug

* fix tests

* some fixes with tests and added mssql support

* fix tests
2017-06-02 16:12:50 +08:00
Lunny Xiao 01c460927d
multiple databases testes on 1 TestMain 2017-05-27 19:14:47 +08:00
Lunny Xiao 5d752706f0
more tests 2017-05-27 17:31:39 +08:00
Lunny Xiao 6992e40a84
update CI config 2017-05-26 15:53:09 +08:00
Lunny Xiao 1ff7790a2e
fix bug for int64 id tag 2017-05-17 17:05:36 +08:00
Lunny Xiao 4bd47ece79
add mysql & postgres tests on circle ci 2017-05-17 16:16:39 +08:00
Lunny Xiao 4a2a924369
update circle ci 2017-05-06 13:09:49 +08:00
Lunny Xiao 3ad0b428ae
fixed user 2016-12-13 15:42:05 +08:00
Lunny Xiao 7f81269266
add postgres tests on circle ci 2016-12-13 15:41:25 +08:00
Lunny Xiao a77ef2e1d2 Improve circleci mysql (#509)
* add mysql tests on circleci

* fixed mysql settings on circle ci
2016-12-13 14:53:34 +08:00
Lunny Xiao d701c73498 Add circleci support (#506)
* add circle config file

* fixed circle.yml

* fixed circle.yml

* fixed circle.yml
2016-12-13 14:27:01 +08:00