This website requires JavaScript.
Explore
Help
Sign In
github
/
sprockets-postgres
Watch
1
Star
0
Fork
You've already forked sprockets-postgres
0
mirror of
https://github.com/sprockets/sprockets-postgres.git
synced
2024-11-14 03:00:19 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
10b98cba10
sprockets-postgres
/
VERSION
2 lines
6 B
Text
Raw
Normal View
History
Unescape
Escape
Change sprockets_postgres.QueryResult to a class After use in a couple APIs, I found having to check against QueryResult.row and QueryResult.rows too difficult, so this change will always have content in QueryResult.rows, even if it's one row. In addition, it turns the object into an iterator and adds __repr__ and __len__ magic methods to make interacting with it easier
2020-04-27 22:16:18 +00:00
1.1.0
Reference in a new issue
Copy permalink