sqla-tester

Results 394 comments of sqla-tester

**Mike Bayer** has proposed a fix for this issue in the **master** branch: **Use looser tokenization for type comparison** https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/1802

**Federico Caselli** has proposed a fix for this issue in the **main** branch: **Improve array_agg and Array processing** https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/4083

**Trevor Gross** has proposed a fix for this issue in the **main** branch: **Use cibuildwheel to create wheels** https://gerrit.sqlalchemy.org/c/sqlalchemy/sqlalchemy/+/4047

New Gerrit review created for change 34f0e38e7193a65b659e8af7fff553427048f536: https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4071

**mike bayer** (zzzeek) wrote: recheck View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4071

**mike bayer** (zzzeek) wrote: recheck View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4071

**mike bayer** (zzzeek) wrote: recheck jenkins now has pyhton 3.11.0rc1 where pyodbc builds View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4071

**mike bayer** (zzzeek) wrote: how were we passing pep484 before this? View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4071

**Federico Caselli** (CaselIT) wrote: I'm not sure.. we don't seem to have disabled these kind of errors View this in Gerrit at https://gerrit.sqlalchemy.org/c/sqlalchemy/alembic/+/4071

**mike bayer** (zzzeek) wrote: it's because we aren't using strict mode. turning on just disallow_incomplete_defs = true reveals 101 additional errors. since it looks like this fix is oriented towards...