Pocin

Results 7 issues of Pocin

``` Traceback (most recent call last): File "/Users/myuser/.pyenv/versions/3.10.1/bin/migra", line 8, in sys.exit(do_command()) File "/Users/myuser/.pyenv/versions/3.10.1/lib/python3.10/site-packages/migra/command.py", line 108, in do_command status = run(args) File "/Users/myuser/.pyenv/versions/3.10.1/lib/python3.10/site-packages/migra/command.py", line 79, in run m = Migration(ac0,...

I am trying to understand the aglorithm and how to interpret the results. Can you, please, help me with that? Imagine following scenario - 4 labeled fair coins are thrown...

epic bump 🎆 ``` >>> vokativ.vokativ("") e ``` Ocekaval bych spise prazdny string Je to easy fix, tak jsem chtel udelat PR, ale koukam, ze to je asi feature, viz...

fixes #867 Not sure about the broader implications of this, but when i made this change to the generated file it correctly types the last event listener arg so one...

when using `db.sum()` shortcut in a subquery the return type should be `number| null` because the subquery might not match any row. ``` const resp = await db.select('order', db.all, {...

Hey! I just noticed that doing ``` const q = db.max('table', db.all, {colums: ["end_date"]) ``` compiles to a correct query ``` q.compile() { text: 'SELECT max("end_date") AS result FROM "table"',...

enhancement

``` update( connection, 'myschema.user', { givenName: 'foo' } ); ``` doesn't work. This is understandable given how it's implemented, but not sure if that is intentional? I would expect this...

enhancement