improve-tests #28

Merged
flecomte merged 28 commits from improve-tests into master 2021-07-20 02:24:22 +02:00

28 Commits

Author SHA1 Message Date
flecomte 2b89fee027 fix doc link 2021-07-20 02:06:18 +02:00
flecomte 7b962a779d Add transaction test 2021-07-20 02:02:05 +02:00
flecomte a970a5b885 Add more test 2021-07-20 01:26:26 +02:00
flecomte 5ebcba73f4 Add more test 2021-07-19 02:57:05 +02:00
flecomte 05759c9b47 Add more test and fix some incoherence
remove useless "perform" method
2021-07-19 02:21:46 +02:00
flecomte bd88e7938d apply "replaceNamedArgByQuestionMark" on exec() function 2021-07-18 04:01:21 +02:00
flecomte 0288a57ed9 Add more tests 2021-07-18 02:54:35 +02:00
flecomte 11cff350ed clean code 2021-07-18 02:42:09 +02:00
flecomte ab1422ec16 Escape SQL argument for sendQuery 2021-07-18 02:41:44 +02:00
flecomte a4a4ef5f6f Add more tests
remove "sendQuery" on function
sendQuery now return QueryResult
remove null on queryError message
2021-07-18 01:19:27 +02:00
flecomte 35d43abc4b Add documentation on methods 2021-07-17 23:42:55 +02:00
flecomte 71742c0c4f remove default parameter for sendQuery 2021-07-17 19:06:01 +02:00
flecomte 6e9175d84f create Exception QueryError
test select paginated without total
2021-07-17 18:55:39 +02:00
flecomte 7a0ef83211 test call request return nothing 2021-07-17 16:32:49 +02:00
flecomte 23b4a17505 Add arguments to gradle test 2021-07-17 16:32:18 +02:00
flecomte fa66114d01 test call request without args 2021-07-17 15:52:03 +02:00
flecomte a2f265d227 Test connexion update Entity 2021-07-17 15:18:12 +02:00
flecomte aa70ea9170 add extention "toTypeReference" 2021-07-17 15:17:49 +02:00
flecomte fdc6681f27 Add gradle argument to stay on the pg container 2021-07-17 15:15:59 +02:00
flecomte 95e7a32747 Extract Reified method of connection to Extension
Add update method
2021-07-17 14:05:50 +02:00
flecomte 69f85b5bf5 Extract Reified method to Extension
Add update method
2021-07-16 04:32:08 +02:00
flecomte eb3a732440 Rename select to selectOne 2021-07-15 03:10:18 +02:00
flecomte 8a5697cd31 Add tests 2021-07-14 23:51:42 +02:00
flecomte b70230fd4c remove useless Migration.status() 2021-07-14 23:45:10 +02:00
flecomte 682fd5caba clean Requester 2021-07-14 23:30:29 +02:00
flecomte 486b038ad2 remove RequesterFactory 2021-07-14 22:51:31 +02:00
flecomte 4ad69238c7 Add tests 2021-07-14 21:31:47 +02:00
flecomte 4ff30e1201 Remove update object by deserialize 2021-07-14 20:18:45 +02:00