-
sql2o 1.5.2 and 1.5.4
If using beginTransaction and createQuery without explicit closing, commit with closeConnection=true will leak statements when using pooled connections.
I'm using Oracle and ge…
-
```
String sql = "SELECT * FROM blog";
try(Connection con = MyDao.sql2o.open()) {
List blogs = con.createQuery(sql)
.executeAndFetchTable()
…
atjiu updated
8 years ago
-
I tried execute a insert statement with binded object, I mapped some property to its column, but the error continue (org.sql2o.Sql2oException: Error in executeUpdate, Values not bound to statement). A…
-
I am opening this feature request again as my first attempt (#181) was summarily dismissed without good explanation. Positional parameters are useful in certain use cases, and their absence from sql2o…
-
Current project I am using postgres for the first time.
Having used Mysql Enums in the past, and being a fan of typed data -- I ended up with a postgres style enum. Turns out its not quite so easy t…
-
I'm trying to go framework-less in here. Getting the things done with my own hands as much as possible. But maybe in the future this will be too verbose. So I'm just going to leave this [here](https:/…
-
The same POST command I use for a local zipkin hangs for the one here in docker, unless I add `-H 'Expect:'`. I'm not sure why.. anyone have ideas?
Ex this works, but only if I add `-H 'Expect:'`
``…
-
页面报错,没有jq
> jQuery is not defined
-
It is possible to save da Date property like a date on a database instead of a timestamp?
In my class i have:
``` java
private Date systemEntryDate;
public Date getSystemEntryDate() {
…
-
I want to map **colMaps.put("client_id", "client.id");**
then, the framework would do client = new Client() and client.setId(resultset.getString('id')