|
|
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 |
|
|
|
24aa3cf632
|
feature: add selectOne with inique entity parameter
|
2019-08-03 00:54:45 +02:00 |
|
|
|
4fa8abea30
|
fix: pagination
|
2019-08-03 00:54:10 +02:00 |
|
|
|
56a141a34c
|
fix: resource dir
|
2019-08-02 19:32:12 +02:00 |
|
|
|
cddb4c352b
|
refactoring: RequesterFactory
|
2019-08-01 01:37:21 +02:00 |
|
|
|
bb3b0d7e34
|
feature: update input with response if input and output is the same object
|
2019-07-31 12:59:48 +02:00 |
|
|
|
6f73b6683e
|
feature: add vararg of Pair for function
|
2019-07-30 23:10:09 +02:00 |
|
|
|
ecd130198c
|
fix: Requester.addFunction()
|
2019-07-30 23:01:09 +02:00 |
|
|
|
ade162451c
|
refactoring: cleanup and reformat
|
2019-07-18 18:50:02 +02:00 |
|
|
|
5949bc5d7b
|
refactoring: Moves class into separated files
|
2019-07-18 18:34:03 +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 |
|
|
|
32127b7e19
|
feature #10: first implementation of logger
|
2019-07-18 00:04:11 +02:00 |
|
|
|
09c20fc385
|
feature #8: Pagination for Query & Function
|
2019-07-18 00:03:50 +02:00 |
|
|
|
d4d59f1d06
|
refactoring: change generics R: List<EntityI<*>> to R: EntityI<*>>, and return List<R>
|
2019-07-18 00:03:14 +02:00 |
|
|
|
fda41deeb9
|
feature #8: Pagination for request
|
2019-07-18 00:03:13 +02:00 |
|
|
|
ea4dac5d97
|
refactoring: symplify generics
|
2019-07-15 22:51:05 +02:00 |
|
|
|
e6b8e66b28
|
feature #6: Implement named parameters
|
2019-07-15 22:51:01 +02:00 |
|
|
|
6cc3152215
|
refactoring: change select method names
|
2019-07-02 23:40:29 +02:00 |
|
|
|
74c9543b6d
|
refactoring: definition.Function
|
2019-07-01 17:01:52 +02:00 |
|