Andrey.Tarashevskiy

Results 142 comments of Andrey.Tarashevskiy

@AudriusButkevicius , thank you for a report. It will be possible to skip returning values with `shouldReturnGeneratedValues` param on `batchInsert` function on the next release. Please check it when release...

You could check [geospatial-messanger](https://github.com/sdeleuze/geospatial-messenger/) repo and https://github.com/sdeleuze/geospatial-messenger/blob/master/src/main/kotlin/io/spring/messenger/Database.kt for example.

Some databases like a postgresql require additional actions like creating an enum type and also require special types (PgEnum) to be provided for a statement. Another could return Int value...

You have to create a separate field like `var cityId by Users.city` and set it to 42

@CommanderTvis , why not to use jdbc driver for SQLite? Or it won't work with Android SQLite implementation?

It's planned in a near (I hope) future. #578

This is possible with `dependsOnTables` overrides on `Part` entity. Please look [here](https://github.com/JetBrains/Exposed/issues/180#issuecomment-338137854) for example.

I don't understand what entity do you want to create. Is there one-to-one or one-to-many relation? How Part could have multiple parents and children? What quantity means?

Please check [Exposed-gradle-plugin](https://github.com/JetBrains/exposed-intellij-plugin/tree/master/exposed-gradle-plugin) and leave your feedback.

@SchweinchenFuntik , it's already split into [modules](https://github.com/JetBrains/Exposed/wiki/LibDocumentation#exposed-0181-and-higher). Do you have any problems with the current modules?