Ecosyste.ms: Issues
An open API service for providing issue and pull request metadata for open source projects.
GitHub / zzzeek/sqlalchemy issues and pull requests
#50 - Issue 2581 -- support for postgresql json type
Pull Request -
State: closed - Opened by nathan-rice almost 11 years ago
- 2 comments
#50 - Issue 2581 -- support for postgresql json type
Pull Request -
State: closed - Opened by nathan-rice almost 11 years ago
- 2 comments
#49 - README.unittests.rst: Add blurb about tox
Pull Request -
State: closed - Opened by msabramo almost 11 years ago
- 2 comments
#49 - README.unittests.rst: Add blurb about tox
Pull Request -
State: closed - Opened by msabramo almost 11 years ago
- 2 comments
#48 - Fixes pickling issue cPickle.PicklingError: persistent id must be string
Pull Request -
State: closed - Opened by mikeswoods almost 11 years ago
- 1 comment
#48 - Fixes pickling issue cPickle.PicklingError: persistent id must be string
Pull Request -
State: closed - Opened by mikeswoods almost 11 years ago
- 1 comment
#47 - Fixed a syntax error in example code.
Pull Request -
State: closed - Opened by yoloseem almost 11 years ago
#47 - Fixed a syntax error in example code.
Pull Request -
State: closed - Opened by yoloseem almost 11 years ago
#46 - More fixes for cross references and reducing warnings (3rd wave)
Pull Request -
State: closed - Opened by vrajmohan almost 11 years ago
- 1 comment
#46 - More fixes for cross references and reducing warnings (3rd wave)
Pull Request -
State: closed - Opened by vrajmohan almost 11 years ago
- 1 comment
#45 - Fix sessionmaker.__repr__
Pull Request -
State: closed - Opened by timka about 11 years ago
- 1 comment
#45 - Fix sessionmaker.__repr__
Pull Request -
State: closed - Opened by timka about 11 years ago
- 1 comment
#44 - More fixes for cross references and reducing warnings
Pull Request -
State: closed - Opened by vrajmohan about 11 years ago
- 1 comment
#44 - More fixes for cross references and reducing warnings
Pull Request -
State: closed - Opened by vrajmohan about 11 years ago
- 1 comment
#43 - Improve cross references and reduce doc build warnings
Pull Request -
State: closed - Opened by vrajmohan about 11 years ago
- 1 comment
#43 - Improve cross references and reduce doc build warnings
Pull Request -
State: closed - Opened by vrajmohan about 11 years ago
- 1 comment
#42 - add psql FOR UPDATE OF functionality
Pull Request -
State: closed - Opened by mlassnig about 11 years ago
- 14 comments
#42 - add psql FOR UPDATE OF functionality
Pull Request -
State: closed - Opened by mlassnig about 11 years ago
- 14 comments
#41 - Added changed(timestamp) on _history table and support for schemas
Pull Request -
State: closed - Opened by jplaverdure about 11 years ago
- 1 comment
#41 - Added changed(timestamp) on _history table and support for schemas
Pull Request -
State: closed - Opened by jplaverdure about 11 years ago
- 1 comment
#40 - Add support for python3.3 list.clear() on orm.collections
Pull Request -
State: closed - Opened by schettino72 about 11 years ago
- 4 comments
#40 - Add support for python3.3 list.clear() on orm.collections
Pull Request -
State: closed - Opened by schettino72 about 11 years ago
- 4 comments
#39 - Super-minor doc fix
Pull Request -
State: closed - Opened by jacobsvante about 11 years ago
- 1 comment
#39 - Super-minor doc fix
Pull Request -
State: closed - Opened by jacobsvante about 11 years ago
- 1 comment
#38 - (0.9) MySQL dialect throws CompileError when unsupported foreign key options are specified, as MySQL silently ignores them [ticket 2841]
Pull Request -
State: closed - Opened by ijl about 11 years ago
- 3 comments
#38 - (0.9) MySQL dialect throws CompileError when unsupported foreign key options are specified, as MySQL silently ignores them [ticket 2841]
Pull Request -
State: closed - Opened by ijl about 11 years ago
- 3 comments
#37 - (0.8) MySQL dialect warns about unsupported foreign key options [ticket 2841]
Pull Request -
State: closed - Opened by ijl about 11 years ago
- 4 comments
#37 - (0.8) MySQL dialect warns about unsupported foreign key options [ticket 2841]
Pull Request -
State: closed - Opened by ijl about 11 years ago
- 4 comments
#36 - #2841: MySQL doesn't support MATCH, INITIALLY, or DEFERRED
Pull Request -
State: closed - Opened by ijl about 11 years ago
#36 - #2841: MySQL doesn't support MATCH, INITIALLY, or DEFERRED
Pull Request -
State: closed - Opened by ijl about 11 years ago
#35 - Perform fewer dict lookups - tiny microoptimization
Pull Request -
State: closed - Opened by alex about 11 years ago
- 2 comments
#35 - Perform fewer dict lookups - tiny microoptimization
Pull Request -
State: closed - Opened by alex about 11 years ago
- 2 comments
#34 - PostgreSQL foreign key inspection includes options
Pull Request -
State: closed - Opened by ijl about 11 years ago
- 8 comments
#34 - PostgreSQL foreign key inspection includes options
Pull Request -
State: closed - Opened by ijl about 11 years ago
- 8 comments
#33 - `subqueryload` for `OneToMany` can produce cartesian product of rows
Pull Request -
State: closed - Opened by anti-social about 11 years ago
- 16 comments
#33 - `subqueryload` for `OneToMany` can produce cartesian product of rows
Pull Request -
State: closed - Opened by anti-social about 11 years ago
- 16 comments
#32 - Fix a typo: evaluted -> evaluated.
Pull Request -
State: closed - Opened by yoloseem about 11 years ago
- 1 comment
#31 - Adds MethMixin
Pull Request -
State: closed - Opened by mschmo about 11 years ago
- 2 comments
#30 - Replace a big loop + dict lookup in Connection.execute() with a simple visitor pattern
Pull Request -
State: closed - Opened by alex about 11 years ago
#29 - multiple levels of inheritance with different 'on' clauses
Pull Request -
State: closed - Opened by bubenkoff about 11 years ago
- 2 comments
#28 - Added __len__ to AppenderQuery/AppenderMixin.
Pull Request -
State: closed - Opened by meunierd about 11 years ago
- 3 comments
#27 - Travis integration
Pull Request -
State: closed - Opened by bubenkoff about 11 years ago
- 1 comment
#26 - re.match to re.search
Pull Request -
State: closed - Opened by scottjschaefer about 11 years ago
#25 - Hide password in URL and Engine __repr__
Pull Request -
State: closed - Opened by gthb about 11 years ago
#24 - Fixed Query.exists() method for the case, when query doesn't have any filters applied
Pull Request -
State: closed - Opened by vmagamedov about 11 years ago
- 1 comment
#23 - Fixed two typos.
Pull Request -
State: closed - Opened by yoloseem about 11 years ago
- 1 comment
#22 - Skip tests not supporting pypy in 0.8, fixes trac/ticket/2805#ticket
Pull Request -
State: closed - Opened by idella about 11 years ago
- 8 comments
#21 - Typo in engines.rst
Pull Request -
State: closed - Opened by svrin over 11 years ago
- 1 comment
#20 - mapping multiple tables for one class
Pull Request -
State: closed - Opened by biner over 11 years ago
- 6 comments
#19 - Added checks for maximum column size for MSSQL text types
Pull Request -
State: closed - Opened by jeff-goddard over 11 years ago
- 9 comments
#18 - Minor hybrid extension documentation update
Pull Request -
State: closed - Opened by davidjb over 11 years ago
- 1 comment
#17 - wording about supported dialects for Query.yield_per
Pull Request -
State: closed - Opened by domenkozar over 11 years ago
- 1 comment
#16 - better cymysql support
Pull Request -
State: closed - Opened by nakagami over 11 years ago
- 1 comment
#15 - Include how to specify relationships that join across multiple tables
Pull Request -
State: closed - Opened by mjallday over 11 years ago
- 3 comments
#14 - Add getitem operator to OPERATORS for postgres ARRAY
Pull Request -
State: closed - Opened by LevonXXL over 11 years ago
- 4 comments
#13 - Fix indexes reflection in PostgreSQL
Pull Request -
State: closed - Opened by malor over 11 years ago
- 9 comments
#12 - Range type docs improvements.
Pull Request -
State: closed - Opened by cjw296 over 11 years ago
- 1 comment
#11 - Fix unique constraints reflection in SQLite and PostgreSQL
Pull Request -
State: closed - Opened by malor over 11 years ago
- 1 comment
#10 - Fix unicode literals on Python 3.1 and 3.2
Pull Request -
State: closed - Opened by malor over 11 years ago
- 1 comment
#9 - #2628: types.Variant() has a __repr__ usable by Alembic
Pull Request -
State: closed - Opened by ijl over 11 years ago
- 3 comments
#8 - Fix bug when prop.composite_class exists but not a class
Pull Request -
State: closed - Opened by asldevi over 11 years ago
- 3 comments
#7 - Add AUTOCOMMIT isolation level support for psycopg2
Pull Request -
State: closed - Opened by malor over 11 years ago
- 1 comment
#6 - Preserve reset_on_return when recreating a Pool.
Pull Request -
State: closed - Opened by eevee over 11 years ago
- 1 comment
#5 - Support for Postgres range types.
Pull Request -
State: closed - Opened by cjw296 over 11 years ago
- 18 comments
#4 - Add basic support of unique constraints reflection
Pull Request -
State: closed - Opened by malor over 11 years ago
- 3 comments
#3 - Makes gaerdbms for App Engine use local MySQL server when running in dev_appserver2
Pull Request -
State: closed - Opened by bslatkin over 11 years ago
- 2 comments
#2 - Unicode support for psycopg2 native hstore implementation
Pull Request -
State: closed - Opened by dmugtasimov over 11 years ago
- 2 comments
#1 - Small fixes
Pull Request -
State: closed - Opened by cjw296 over 11 years ago