-
### Expected Behavior
```java
record MyEntity(@Id String id, @Nullable byte[] bytes) {}
@JdbcRepository(dialect = Dialect.H2)
public interface TaskRepository extends CrudRepository {
byte[]…
-
I have a table with an identity column (normally handled by keyType=Identity). At the moment I am replicating data I already know the key for, and it can't change. If dapper tries to write an entity w…
-
After a new build with the master code, the sqlalchemy isn't working anymore causing issue with the cli. does anyone had this issue before? I tried in Debian 10,11 and 12 and had the same issue.
…
-
I hava a question.When I use MBG to generator mapper.xml from a table, I should add schema attribute to avoid to scan other schemas. But I hope there is not schema prefix to the table name in the resu…
-
Hi,
the frictionless describe output is one of the best tool to have CSV automatic inferencing of field types.
Is there a way to use frictionless to create a sql schema output?
If it's not poss…
-
SQLModel (https://github.com/tiangolo/sqlmodel) is notionally built as a layer on top of SQLAlchemy, so it would be awesome to use SQLAlchemy Continuum to version SQLModel managed databases. However, …
-
**Is your feature request related to a problem? Please describe.**
I would love to OrderBy a child list in a IQueryable projections map. The example I have is a list of counties for a particular st…
-
Is there an no xml example of the basic jdbc sample available? Am particularly interested in converting the following part using annotations.
```
```
-
If you select a table with a data type that is `enum` in the `Postgres`, ibis will create a view and get the schema of the view.
Ibis get `data_type` from `pg_attribute` is `enum_operation`. Ibis wil…
-
```
It seemed that the latest version of Dapper have a bug about mapper cache?
ChildrenCount is from following sql:
sql = "select d.ID, d.Version, d.DName, d.Position, count(distinct child.ID)
Child…