83 Commits (c05b4bcd71a6192f973dcb46e8df97de1184b7ea)

Author SHA1 Message Date
Sam Brannen bc2895a30b Support backticks for quoted identifiers in spring-r2dbc 2 years ago
Sam Brannen d86af57e0f Polishing 2 years ago
Stéphane Nicoll 1f2d29ee08 Polish 2 years ago
Stéphane Nicoll 2d3b02a89d Polish 2 years ago
Yanming Zhou 7b16ef90f1 Replace assertThat(x.equals(y)) with assertThat(x).isEqualTo(y) 2 years ago
Sam Brannen e778d2e908 Polish duplicate key exception error code support for SAP HANA database for R2DBC 2 years ago
Sam Brannen 5752e03d97 Polishing 2 years ago
Stéphane Nicoll 50e55d5219 Polish "Add SAP HANA duplicate key exception error code" 2 years ago
Johnny Lim 64e9fcad53 Apply SingleSpaceSeparator Checkstyle module 3 years ago
Juergen Hoeller 86650d1a39 Polishing 3 years ago
Juergen Hoeller 80e82cd43f Do not close transactional Connection in doReleaseConnection 3 years ago
Kai Zander e8b42c5439 Optimize uses of onErrorResume() 3 years ago
Juergen Hoeller 847e8a2b23 Restore auto-commit mode if not done by driver 3 years ago
Sam Brannen d50ec68ad7 Polish contribution 3 years ago
Lee Jaeheon 6d2d8a36c2 Introduce initialize() in AbstractRouting[DataSource|ConnectionFactory] 3 years ago
Juergen Hoeller 2880e6fba5 Consistently release savepoint after nested transaction 3 years ago
christophejan 8d4ea72e4e Skip release connection after nested with existing transaction 3 years ago
Sam Brannen 3dcac0cf80 Clean up / Suppress warnings 3 years ago
Juergen Hoeller 0b99872704 Support for binding values from a source Map 3 years ago
Juergen Hoeller 08bc7ed8f0 Polishing 3 years ago
Juergen Hoeller ae3bc378d6 Support for parameter/result records and beans on DatabaseClient 3 years ago
Juergen Hoeller 6e5af9dccb Polishing 3 years ago
Juergen Hoeller 3253d2de89 Introduce TransactionExecutionListener with begin/commit/rollback notifications 3 years ago
Sam Brannen 68f2b0ca59 Rely on auto-boxing in tests 3 years ago
Sam Brannen b9e972c248 Polishing 3 years ago
Juergen Hoeller 974e10379a Add nested propagation support to R2dbcTransactionManager 3 years ago
Sam Brannen 24fa8793b1 Update copyright headers 3 years ago
Juergen Hoeller 9751987dc1 Avoid unnecessary auto-commit check for proper transaction begin 3 years ago
Juergen Hoeller 4b8adf2dcc Polishing 3 years ago
Juergen Hoeller 1dba8f6add Polishing 3 years ago
Juergen Hoeller 322cbca0dc Support for async/reactive close methods (e.g. R2DBC) 3 years ago
Simon Baslé 5977bb05ca
Port BeanPropertyRowMapper and DataClassRowMapper for r2dbc 3 years ago
Krzysztof Krasoń 1734deca1e
Refactor AssertJ assertions into more idiomatic ones 3 years ago
Simon Baslé 9b50c0d590 Ensure reactive transaction rollback on commit error 3 years ago
Enric Sala edf0ae77e5 Avoid rollback after a commit failure in TransactionalOperator 3 years ago
Johnny Lim ce3be72e7f Polish 3 years ago
Juergen Hoeller ca9439657e Detect MSSQL code 2601 as duplicate key (aligned with sql-error-codes.xml) 3 years ago
danu e050c37158
Release R2DBC connection when cleanup fails in transaction 3 years ago
Simon Baslé d72df5ace4 DatabaseClient uses SQL Supplier more lazily 3 years ago
Sam Brannen 0502d18e3d Update copyright headers 3 years ago
Sam Brannen c4c786596f Migrate to Mockito.mock(T...) where feasible 3 years ago
Juergen Hoeller a644245e0e Check well-known database error codes in case of generic SQL state 23000 3 years ago
Juergen Hoeller 4c69892f39 Detect SQL state 23505/40001 as DuplicateKeyException/CannotAcquireLockException 3 years ago
Juergen Hoeller 6f64cfd1e5 Test square brackets with index/key expressions 4 years ago
Juergen Hoeller d4fac82d68 Preserve square brackets for index/key expressions 4 years ago
Marc Wrobel bd3499671c Fix typos in test code 4 years ago
Marc Wrobel cfb39acc97 Fix and improve Javadoc in spring-r2dbc 4 years ago
Juergen Hoeller 7055ddb489 Upgrade to R2DBC 1.0 4 years ago
Juergen Hoeller 4e1b9f1492 Replace deep exception message nesting with custom inclusion of cause messages 4 years ago
Sam Brannen 3da7a48a17 Explicitly close ApplicationContexts and clean up warnings in tests 4 years ago