Russell Mora

Results 7 comments of Russell Mora

FWIW ``` In [20]: idx2._engine Out[20]: In [21]: idx2._engine.values Out[21]: array([('identity', '1234')], dtype=object) In [22]: first in idx2._engine.values Out[22]: False In [23]: first == idx2._engine.values[0] Out[23]: True In [24]: hash(first)...

This seems to fix the issue: ``` diff --git a/src/Utils.js b/src/Utils.js index 61002f1..4c1b7a1 100644 --- a/src/Utils.js +++ b/src/Utils.js @@ -177,7 +177,7 @@ export const FlattenMeta$ = Rx.flatMap((meta) => { return...

``` (alembic-postgresql-enum-venv) russellm@L-PW00KQRA:~/deepfield-bootstrap/alembic-postgresql-enum(develop)$ gd 1 diff --git a/alembic_postgresql_enum/add_postgres_using_to_text.py b/alembic_postgresql_enum/add_postgres_using_to_text.py index adf33ba..bb3ee3f 100644 --- a/alembic_postgresql_enum/add_postgres_using_to_text.py +++ b/alembic_postgresql_enum/add_postgres_using_to_text.py @@ -40,7 +40,7 @@ log = logging.getLogger(f"alembic.{__name__}") def add_postgres_using_to_alter_operation(op: AlterColumnOp): assert op.modify_type is not...

Actually are there any tests for the helper functions? I thought there was but just looked again and couldn't find any......

Sorry, I did that via the github web interface which I assumed would do the right thing. I will fix it up....

> @Apteryx0 please accept my apologies for the length of time it has taken to get to this milestone. We have recently begun working our way through the backlog of...