This website requires JavaScript.
Explore
Help
Register
Sign In
github
/
ebean
Watch
4
Star
0
Fork
0
mirror of
https://github.com/ebean-orm/ebean.git
synced
2024-04-21 10:51:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
50de32af2927be491d8d946c33d4fde849dd412c
ebean
/
src
/
test
/
java
/
org
/
tests
/
rawsql
T
History
Roland Praml
and
Rob Bygrave
50de32af29
Fixed tests, if SqlServer has "Latin1_General_100_BIN2" collation. (
#1600
)
...
This means, all names are interpreted case sensitive by the db
2019-01-08 22:40:14 +13:00
..
inherit
FIX: Clean up before running tests - otherwise tests will fail if a previous test did not clean up well. (This fixes test failures in Eclipse where tests are executed in different order than in maven) (
#1089
)
2017-08-30 17:44:30 +12:00
nativesql
FIX: tableName detection for native statements on SQLServer (
#1494
)
2018-09-26 20:54:22 +12:00
TestInsertSqlLogging.java
#1567
- SqlUpdate addBatch() ... with named parameters errors with PersistenceException: No batched statement found for key
2018-11-30 21:47:23 +13:00
TestOrderReportTotal.java
#1114
- Deprecate findUnique() - please migrate to findOne() - update tests
2017-09-08 22:48:46 +12:00
TestRawSqlAsKeyword.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlCustomerAggregate.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlMasterDetail.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlNamedParams.java
Misc fixes (
#1290
)
2018-02-27 11:06:35 +13:00
TestRawSqlOrmQuery.java
Fixed tests, if SqlServer has "Latin1_General_100_BIN2" collation. (
#1600
)
2019-01-08 22:40:14 +13:00
TestRawSqlOrmQueryDistinct.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlOrmWrapper2.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlOrmWrapper3.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlOrmWrapper.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlPositionedParams.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlUnparsedQuery.java
#919
- io.ebean package initial
2016-12-11 23:23:22 +13:00
TestRawSqlWithResultSet.java
FIX: possible resource leaking in testcases (all created transactions are closed by followed try statement) (
#1273
)
2018-02-26 08:40:53 +13:00