-
When I upgraded to the latest version (4.0.1) of Serenity, I am not able to see the step-by-step console log locally when a step actually fails (I intentionally used the wrong element locator in one s…
-
I'm making use of Array parameters (#210) and I'm encountering some unexpected behavior with an empty array.
My query is something like
```sql
DELETE FROM table WHERE some_id = :someId AND id N…
-
We have a query that returns a `List`. Im in the process of upgrading to JDK21 along with sql1o v1.8 - was this constructor removed in a JDK after 8?
org.sql2o.Sql2oException: Could not find param…
-
What about having support of JDBC call results in mappers.
Example of how it may look like:
```
@Mapper
public interface CarMapper {
CarMapper INSTANCE = Mappers.getMapper( CarMapper.clas…
-
Hi I used for some months this project and I saw that sometimes we need to have some boilerplate code for use it.
Right now we must to create always an instace and setup manually the injection of the…
-
We have microservices built using Spring Boot and I use sql2o at repository layer. We are using HikariCP as pooling library and I've noticed that after few days HikariCP is not able to borrow connecti…
-
Method `addParameter` maps enum by it's name. But enums wrapped in a collection are not working properly.
Example:
```sql
create table enum_test (id int auto_increment primary key, value varchar(…
-
[error] application - error
play.api.Application$$anon$1: Execution exception[[NoSuchElementException: null]]
at play.api.Application$class.handleError(Application.scala:293) ~[play_2.10-2.2.1.jar…
medcl updated
7 months ago
-
Defaults in current version is not to use the auto column mapping feature. It should be possible to choose the default behavior on an Sql2o instance, so that it's no longer required to set it for ever…
-
When running maven test, got the following error, the error is caused by JCoCo synthetic fields, like `$jacocoData`, please refer to JCoco issue: https://github.com/jacoco/jacoco/issues/168
BTW, ru…