Commit Graph

84 Commits

Author SHA1 Message Date
1def5ae095 lint and simplify code 2023-06-01 02:18:07 +02:00
aa1435bb4e move parsing class and function 2023-06-01 01:48:57 +02:00
9fc6a23ac1 WIP: refactor of ConnectionTest 2023-04-11 20:25:31 +02:00
c268efb44f clean code 2023-04-07 01:23:30 +02:00
56c67981db test vararg for ExecutableRaw.execute 2023-04-06 21:41:10 +02:00
1af34366fc Lint 2023-04-06 21:14:36 +02:00
a7e66ab8b5 Clean the request process
Remove paginated
Remove Entity classes
Add Annotation for serialize object
rename selectOne/selectMultiple to execute
2023-04-06 21:03:15 +02:00
d5b8472304 add Connection.selectAny() 2023-04-05 23:13:39 +02:00
79d2e52978 add Connection.selectAny() 2023-04-05 23:12:08 +02:00
dab7358e39 typo 2022-10-15 00:38:54 +02:00
4392f1ff8f optimise regex 2022-10-15 00:35:18 +02:00
d6d79ab4d7 Update kotlin 1.7.20 2022-10-15 00:35:06 +02:00
7b962a779d Add transaction test 2021-07-20 02:02:05 +02:00
5ebcba73f4 Add more test 2021-07-19 02:57:05 +02:00
05759c9b47 Add more test and fix some incoherence
remove useless "perform" method
2021-07-19 02:21:46 +02:00
bd88e7938d apply "replaceNamedArgByQuestionMark" on exec() function 2021-07-18 04:01:21 +02:00
ab1422ec16 Escape SQL argument for sendQuery 2021-07-18 02:41:44 +02:00
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
35d43abc4b Add documentation on methods 2021-07-17 23:42:55 +02:00
71742c0c4f remove default parameter for sendQuery 2021-07-17 19:06:01 +02:00
6e9175d84f create Exception QueryError
test select paginated without total
2021-07-17 18:55:39 +02:00
fa66114d01 test call request without args 2021-07-17 15:52:03 +02:00
95e7a32747 Extract Reified method of connection to Extension
Add update method
2021-07-17 14:05:50 +02:00
69f85b5bf5 Extract Reified method to Extension
Add update method
2021-07-16 04:32:08 +02:00
eb3a732440 Rename select to selectOne 2021-07-15 03:10:18 +02:00
682fd5caba clean Requester 2021-07-14 23:30:29 +02:00
486b038ad2 remove RequesterFactory 2021-07-14 22:51:31 +02:00
4ad69238c7 Add tests 2021-07-14 21:31:47 +02:00
4ff30e1201 Remove update object by deserialize 2021-07-14 20:18:45 +02:00
414dec1f98 Create documentation 2021-07-11 19:07:29 +02:00
f98b26b22c remove useless default argument in RequesterFactory 2021-07-01 01:01:18 +02:00
35a8712eef fix select on query with no result 2021-02-27 01:29:21 +01:00
b200b3579a Improve gradle tasks 2021-02-27 00:19:30 +01:00
36ed678c5a Add disconnect method 2021-02-26 23:00:29 +01:00
377459f430 Add ShadowJar compatibility and Query file can be define name with comment
Add Migration and Query definition class
Add Docker DB for tests
2020-05-10 23:07:47 +02:00
a6d2a4d34f add method function.perform 2020-03-25 00:30:54 +01:00
232158f85d Add serialise list 2020-03-15 20:18:55 +01:00
3c998edb3c add methode$ "isLastPage" to pagination 2020-02-24 20:41:29 +01:00
92722b0fef Improve SQL log message 2020-02-19 16:46:20 +01:00
dbf5fbcfc5 Add Serializable Parameter 2019-10-22 11:10:02 +02:00
c4125f1429 Lint 2019-10-10 21:44:56 +02:00
2a738e0595 remove id in EntityI interface & remove usless EntitiesCollections 2019-10-02 11:16:28 +02:00
88c45aaf77 fix return function definition 2019-09-16 23:12:28 +02:00
215c054f27 rename interface UpdatedBy to EntityUpdatedBy 2019-08-27 22:57:49 +02:00
65d8e00902 add sendQuery(vararg) 2019-08-24 23:42:08 +02:00
ae96bfd737 replace params begin by _ 2019-08-24 23:39:23 +02:00
f56c84c675 Fix function replaceArgsIntoSql 2019-08-04 22:24:24 +02:00
01a0000b15 clean code 2019-08-04 22:23:12 +02:00
24349fc71f use sendQuery if no return is expected 2019-08-04 21:09:24 +02:00
ae184cd52c feature: add name into Query object 2019-08-03 20:25:01 +02:00