Commit Graph

28 Commits

Author SHA1 Message Date
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
2cd69d4501 rename function file 2023-04-05 23:13:26 +02:00
a2b8483967 clean RequesterTest.kt 2022-10-15 00:38:53 +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
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
69f85b5bf5 Extract Reified method to Extension
Add update method
2021-07-16 04:32:08 +02:00
8a5697cd31 Add tests 2021-07-14 23:51:42 +02:00
b70230fd4c remove useless Migration.status() 2021-07-14 23:45:10 +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
b200b3579a Improve gradle tasks 2021-02-27 00:19:30 +01:00
c2c8b91dc5 Remove Mutable entities 2020-12-15 14:21:07 +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
1dec96551d Add Immutable Entities 2020-01-23 00:40:47 +01:00
dbf5fbcfc5 Add Serializable Parameter 2019-10-22 11:10:02 +02:00
c4125f1429 Lint 2019-10-10 21:44:56 +02:00
8810c1f08d Drop function if already exists and conflict 2019-09-20 02:27:15 +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
bb3b0d7e34 feature: update input with response if input and output is the same object 2019-07-31 12:59:48 +02:00
1a70f3f03b feature #11: select with extra parameters 2019-07-18 18:18:47 +02:00
a32b70c316 feature #10: log Query 2019-07-18 00:04:12 +02:00
09c20fc385 feature #8: Pagination for Query & Function 2019-07-18 00:03:50 +02:00
e6b8e66b28 feature #6: Implement named parameters 2019-07-15 22:51:01 +02:00