Alpha-order of DB tests
This commit is contained in:
parent
9947cf9226
commit
eda9c93a1c
1 changed files with 1 additions and 1 deletions
|
|
@ -67,8 +67,8 @@
|
|||
|
||||
(deftest test-insert-delete
|
||||
(let [new-key (cond (derby?) :1
|
||||
(mssql?) :GENERATED_KEYS
|
||||
(maria?) :insert_id
|
||||
(mssql?) :GENERATED_KEYS
|
||||
(mysql?) :GENERATED_KEY
|
||||
(postgres?) :fruit/id
|
||||
(sqlite?) (keyword "last_insert_rowid()")
|
||||
|
|
|
|||
Loading…
Reference in a new issue