Márton Danóczy

Results 10 issues of Márton Danóczy

Hi, as far as I can tell, currently there is now explicit lock applied during migrations. That would mean that it is dangerous to run migrations in a concurrent setting,...

feature request

Hi, great project, it ticks off all of my requirements for a light weight migrations tool, but the following: **The table of applied migrations should contain a column for the...

feature request

Here's the link: https://github.com/netheril96/StaticJSON

Currently, when checking if the `migrations` table has to be created, `doesTableExist()` will succeed if there a table named `migrations` can be found in any schema. This means that `postgres-migrations`...

### Feature description It would be great if `watch-fixtures.sql` could be converted to a `.js` file consisting only of one string literal, which could then be `require`d in `PgIntrospectionPlugin.js` instead...

enhancement

Nice font, but "Möckernbrücke" is spelt with an "ö".

It would be great to support overloaded functions. An easy way to do it would be to replace the call to `rawsetfield` after pushing a closure (when registering a method...

enhancement

Hi, When I close an issue via a commit where the message includes something like "implements #12", "closes #34" or "fixes #56", the closed date is not recorded. Thanks, Marton

### Checks - [X] I have checked that this issue has not already been reported. - [X] I have confirmed this bug exists on the [latest version](https://pypi.org/project/polars/) of Polars. ###...

bug
python
needs triage

Hi, first of all thanks for this great library. One hint: you could get rid of the double indirection in ```c++ using OnMessageCallback = std::function; ``` by changing it to...