huanshankeji / exposed-vertx-sql-client

Exposed on top of Vert.x Reactive SQL Client
https://huanshankeji.github.io/exposed-vertx-sql-client/
Apache License 2.0
5 stars 0 forks source link

Differentiate between the function names in `DatabaseClientSql.kt` and `DatabaseClientSqlWithMapper.kt` #6

Open ShreckYe opened 8 months ago

ShreckYe commented 8 months ago

The extension functions get mixed up in code completion. Consider adding "withMapper" suffixes.

ShreckYe commented 2 months ago

Also, code completion seems to not work properly in IntelliJ IDEA when one set of APIs is needed but the other set is already imported.