issues
search
aaberg
/
sql2o
sql2o is a small library, which makes it easy to convert the result of your sql-statements into objects. No resultset hacking required. Kind of like an orm, but without the sql-generation capabilities. Supports named parameters.
http://sql2o.org
MIT License
1.15k
stars
229
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Rewrite reflection and add record support
#375
aaberg
closed
3 weeks ago
0
How to use Kotlin data class in v1.7.0 or later?
#373
yusukezzz
closed
2 weeks ago
4
Javadoc has an issue with the CDN
#371
ullenboom
closed
7 months ago
1
Query.withParams upgrade
#370
vertex-github
opened
7 months ago
2
Retrieving List<Long> from query
#369
vertex-github
closed
2 months ago
2
SQL with ? for parameters
#368
vertex-github
opened
7 months ago
4
Java time support
#367
aaberg
closed
7 months ago
0
Removed travis-ci configuration. Replaced by Github Actions
#366
aaberg
closed
8 months ago
0
Converters Have Been Created for `java.time.LocalDate` and `java.time.LocalDateTime` Classes
#364
agitrubard
closed
7 months ago
3
Bump h2 from 1.3.160 to 2.2.220 in /samples/java-edge
#363
dependabot[bot]
closed
8 months ago
0
SQL2o 1.6.0 Compatabile with JDK 17/ OpenJDK 17 ?
#362
AmansinghtomarLN
closed
8 months ago
1
Collection of enums is not properly mapped to query params
#361
aalster
closed
7 months ago
1
Improved precision of BigDecimalConverter
#360
Marco-Sulla
closed
8 months ago
0
Filter out synthetic fields in test and address MySQL JDBC 8.0.23 changes
#359
davidlzs
opened
2 years ago
0
Failed test testAllTypes(org.sql2o.reflect.ReflectionFieldSetterFactoryTest) only in Maven
#358
davidlzs
closed
7 months ago
2
MethodSetter setProperty failing with generic IllegalArgumentException
#357
ghost
opened
2 years ago
0
Removed all references to sun.reflect, and made necessary changes to …
#356
aaberg
closed
2 years ago
0
Bump gson from 2.2.4 to 2.8.9 in /extensions/postgres
#355
dependabot[bot]
closed
8 months ago
0
Bump h2 from 1.3.160 to 2.1.210 in /samples/java-edge
#354
dependabot[bot]
closed
1 year ago
1
Bump h2 from 1.3.160 to 2.0.206 in /samples/java-edge
#353
dependabot[bot]
closed
2 years ago
1
#281 verify that value type matches field type
#352
asolntsev
closed
1 year ago
0
Next release
#351
artelk
closed
8 months ago
2
Updated MySQL 8.0.26 connector breaks historically working code
#350
mumitr0ll
opened
3 years ago
2
Improve Travis CI build Performance
#349
chenzhang22
closed
2 years ago
0
Can't add ON DELETE CASCADE to forein key when creating table, using PostgreSQL.
#348
GlenGGG
closed
3 years ago
1
Library uses now-private reflection mechanism
#347
vertex-github
closed
8 months ago
2
How to correctly insert with array type (ex bigint[]) columns?
#346
iamhook
opened
3 years ago
0
NPE when return query object is of type Map
#345
danuvian
closed
8 months ago
1
State of the Project
#344
The-Funk
opened
3 years ago
0
can i change the Type of return value of executeAndFetch()
#343
renzhonglu11
closed
3 years ago
0
sql2o can't rolback ?
#342
mailtous
opened
4 years ago
3
Bump junit from 4.12 to 4.13.1
#341
dependabot[bot]
closed
3 years ago
0
Bump junit from 4.11 to 4.13.1 in /samples/java-edge
#340
dependabot[bot]
closed
3 years ago
0
Publish version 1.6.0 of oracle extensions
#339
aalmiray
opened
4 years ago
0
Fix bug #185.
#338
camauser
closed
3 years ago
0
When in jar file I receive No suitable driver for error
#337
Jeredriq
closed
4 years ago
1
Issue with ArrayParameters.updateQueryWithArrayParameters when query contains '?' character
#336
rdigiorgio
opened
4 years ago
0
Column mappings failed
#335
LinggaAskaEdo
opened
5 years ago
1
Removed case sensitive from boolean converter
#334
ashwanisingh1
opened
5 years ago
0
Remove case sensitive converter
#333
ashwanisingh1
opened
5 years ago
0
ORDER BY does not work with addParameter
#332
gphendry
opened
5 years ago
2
Warnings with Java 11, possible future denied operation
#331
Marco-Sulla
closed
5 years ago
2
Ability to set ResultSetHandlerFactoryBuilder globally
#330
Marco-Sulla
closed
1 year ago
0
Unsafe does not invoke initializer
#329
Marco-Sulla
opened
5 years ago
2
set builder only if null
#328
Marco-Sulla
opened
5 years ago
1
[FEATURE] possibility to set ResultSetHandlerFactoryBuilder globally
#327
Marco-Sulla
opened
5 years ago
1
Operation not allowed on execute update with 1.6.0
#326
harshathota1991
opened
5 years ago
0
Support for default ResultSetHandlerFactoryBuilder
#325
Marco-Sulla
closed
5 years ago
0
New BigIntegerConverter and minor changes to BigDecimalConverter
#324
Marco-Sulla
closed
5 years ago
0
parsedQuery in Query should be settable for try-with-resources
#323
Marco-Sulla
closed
5 years ago
2
Next