~olly

Trackers

~olly/yoyo

Last active a month ago

~olly/sqlfixtures

Last active 1 year, 4 months ago

~olly/embrace-sql

Last active 2 years ago

~olly/sbclassifier

Last active 3 years ago

~olly/soutenonslaconvention

Last active 4 years ago

~olly/superslug

Last active 4 years ago

~olly/fresco-passwordless

Last active 4 years ago

~olly/assetbuilder

Last active 4 years ago

~olly/errormiddleware

Last active 4 years ago

~olly/fresco-genshi

Last active 4 years ago
View more

#106 TypeError: 'ABCMeta' object is not subscriptable a month ago

Comment by ~olly on ~olly/yoyo

The latest version (9.x) dropped support for Python 3.8, which is why you're seeing this message. You can still use the 8.2 release if you need py38 support - but note that py38 is now EOL , so I'm not supporting this branch.

REPORTED RESOLVED CLOSED

#107 9.0 Update? a month ago

Comment by ~olly on ~olly/yoyo

Looks like I forgot to push the updates to sourcehut, apologies for the oversight. It's all updated now!

REPORTED RESOLVED CLOSED

#105 Snowflake Broken Functionality 3 months ago

Comment by ~olly on ~olly/yoyo

Snowflake claims to support quoted identifiers, so I'm surprised this doesn't work. But I don't have access to a snowflake instance to test it myself. If you have access, would you be willing to put a patch together?

#104 Docs site is down 3 months ago

Comment by ~olly on ~olly/yoyo

REPORTED RESOLVED CLOSED

#102 cx_oracle _yoyo_log "comment" column 7 months ago

Comment by ~olly on ~olly/yoyo

Fixed in 914dff3af4bd and e41b0a93a750

REPORTED RESOLVED FIXED

#101 cx_oracle list_tables invalid binding 7 months ago

Comment by ~olly on ~olly/yoyo

Fixed in a95324d91091

REPORTED RESOLVED FIXED

#100 cx_oracle, db API and named param style 7 months ago

Comment by ~olly on ~olly/yoyo

Thanks for the report, this should be fixed in changeset a38828e1ac85.

I don't have any way to test against Oracle, so it would be really useful for me if you could check out the latest version and let me know if it works now.

REPORTED RESOLVED FIXED

#95 Not possible to connect to SQLite when my app is packaged with pyinstaller 7 months ago

Comment by ~olly on ~olly/yoyo

There don't seem to be any problems with yoyo finding its entry points when running in a regular python environment. I think it's likely to be down to something that pyinstaller or pyarmor is doing, so I'm closing the issue. But if you find a bug in yoyo that causes this then please do open a new issue for it.

REPORTED RESOLVED CLOSED

#97 Is it possible to specify "no editor" in the config file? 7 months ago

Comment by ~olly on ~olly/yoyo

You can set batch_mode=true in yoyo.ini to get this behaviour.

This will affect all commands though. If you only want this when creating new migrations then running yoyo new --batch should do the trick.

REPORTED RESOLVED CLOSED

#96 python3.12 DeprecationWarnings 7 months ago

Comment by ~olly on ~olly/yoyo

Fixed in 6e79685bb6a8

REPORTED RESOLVED FIXED