๐Ÿ“ฆ gimbo / freezegun_pg8000_bug

Demonstrating/investigating buggy interaction between freezegun and pg8000

โ˜… 0 stars โ‘‚ 0 forks ๐Ÿ‘ 0 watching
๐Ÿ“ฅ Clone https://github.com/gimbo/freezegun_pg8000_bug.git
HTTPS git clone https://github.com/gimbo/freezegun_pg8000_bug.git
SSH git clone git@github.com:gimbo/freezegun_pg8000_bug.git
CLI gh repo clone gimbo/freezegun_pg8000_bug
Andy Gimblett Andy Gimblett README update aaaeebf 9 years ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“„ pg8000_demo.py
๐Ÿ“„ README.md
๐Ÿ“„ requirements.txt
๐Ÿ“„ sqlalchemy_demo.py
๐Ÿ“„ README.md

README

Exploring/demonstrating bad interaction between freezegun and pg8000.

See https://github.com/spulec/freezegun/issues/170

  • pg8000_demo.py - demonstrate the bug in the minimal way possible.
  • sqlalchemy_demo.py - demonstrate the bug via sqlalchemy (also creates the database table).