Tomohiko Ozawa
Tomohiko Ozawa
Thanks to @AndreyChukhlebov, I've created an example for multiple RDB (MySQL & PostgreSQL) repositories. https://github.com/kota65535/spring-data-jdbc-multi-repos We can use `jdbcOperationsRef`, `transactionManagerRef` and `dataAccessStrategyRef` params of `@EnableJdbcRepositories` to specify different dependent beans...
Hi @SimSonic, your problem seems to be related to this [issue](https://github.com/spring-projects/spring-data-jdbc/issues/994), and you should annotate `@Primary` to the one of the `JdbcConverter` bean to specify which one you use like...
@mp911de Thank you for your reply. You mean adding a `jdbcAggregateTemplateRef` annotation or something to `@EnableJdbcRepositories`? Maybe the implementation goes with changing `JdbcRepositoryFactory` [constructor](https://github.com/spring-projects/spring-data-jdbc/blob/7585f870cf72683e7a38dbc0319ebe527fbf4991/spring-data-jdbc/src/main/java/org/springframework/data/jdbc/repository/support/JdbcRepositoryFactory.java#L74) to accept a `JdbcAggregateTemplate` bean directly,...
Any progress?
Hi @HriBB, I already have some working codes and test cases that go along with #14. I will brush up them and make PR this week.
@jam411 うおっ、確かに調べてみたところ `@deleted_*` と表示されていますね。  最近追加したユーザーは問題ないので、記憶が定かではありませんがLDAP移行時とかバージョン上げた時に削除したことになっているのかも。 DBを直接いじる方法でも構いませんので、修正方法を教えていただけると幸いです。
To add to [@restfulhead's answer](https://github.com/actions/checkout/issues/439#issuecomment-965968956), `fetch-depth: 0` is not necessary. This example always checks out the latest commit of the branch that triggered the workflow. ``` - name: Checkout uses:...
Hi @mp911de @schauder, could you please take a look?
@Mikhail2048 Thanks for your review. I've fixed the points you mentined, please check it.
@mp911de @schauder Could this PR be included to 3.3 M2? Thank you!