Namco
Namco
Hi, I just came across your project and find it's very interesting and inspirational! May I ask your opinion about the live data rendering? For example, tracking a bunch of...
### What version of SQLBoiler are you using (`sqlboiler --version`)? v4.2.0 ### What is your database and version (eg. Postgresql 10) MySQL 5.7 ### Please provide a relevant database schema...
Here is the current implementation for `CanLastInsertID`: https://github.com/volatiletech/sqlboiler/blob/d551047361e2a3580169ce51d6445db17ae0d073/drivers/table.go#L44-L48 However, according to the [MySQL doc](https://dev.mysql.com/doc/refman/8.0/en/information-functions.html#function_last-insert-id), it's possible to retrieve the last insert ID as long as there is an `AUTO_INCREMENT` column....
Fixes https://github.com/backstage/backstage/issues/6175. Accept customised fields in `EntityAboutCard`. The custom field should use `useEntity` hook to access the entity provided by the context. `AboutCardDefaultFields` is an array of default fields that...
Hi, I am new to Play framework and Swagger and I thought this tool is amazing. However, there is something odd happens when I try to generate the docs. 1....
## Feature Request **Is your feature request related to a problem? Please describe:** TiDB doesn't support `_unicode_ci`, however, this is a common collation that is widely used. Currently, DM can't...
### Is your proposal related to a problem? As the issue https://github.com/thanos-io/thanos/issues/5978 mentioned, it's currently a halt error when it tries to compact an incomplete block (e.g. only `meta.json` or...
**Is your feature request related to a problem? Please describe.** Connecting to the DB with DNS SRV records is a fairly common approach when you need some load balancing. E.g....