summaryrefslogtreecommitdiff
BranchCommit messageAuthorAge
2020_tutorialMerge "test single and double quote inspection scenarios"mike bayer4 years
3149devMike Bayer10 years
3296wipMike Bayer9 years
CaselIT-patch-1fix typo in pickletypeFederico Caselli4 years
allow_multi_backendsAllow multiple versions of single backendMike Bayer7 years
attempt_c_loading- attempt to write part of _populate_full in C. Performance differenceMike Bayer10 years
cython- teeny tiny things, we're saving almost nothing. would need toMike Bayer9 years
faster_expiry- changelog etc, forgot to remove assertionMike Bayer9 years
fix_asyncio_run_py36Also fix asyncio exception imports.Federico Caselli3 years
fix_mariadb102_defaultMatch parens in mysql default / on updateMike Bayer7 years
fix_mypyfixes for mypy, error in stubsMike Bayer16 months
fix_mysqlconnector- wip for #3336Mike Bayer9 years
flake8_12- flake8 refactor - test_ormMike Bayer5 years
improve_toc- edits, new breakoutsMike Bayer9 years
konsta_3022- Fixed bug where the combination of "limit" rendering asMike Bayer10 years
mainMerge "remove "aliased class pool" caching approach" into mainmike bayer12 months
masterFixes: #7278jonathan vanasco3 years
multi_db_testseditMike Bayer10 years
no_auto_fromsPropose implicit FROM logic be limited to only those tablesMike Bayer7 years
oracle_numericRefactor for cx_Oracle version 6Mike Bayer7 years
pool_additions- allow for the exclusions system and SuiteRequirements to beMike Bayer8 years
positional_targeting- The SQL compiler now generates the mapping of expected columnsMike Bayer9 years
pr/1tweaks to ignoresChris Withers11 years
pr/10Fix unicode literals on Python 3.1 and 3.2Roman Podolyaka11 years
pr/100typo: s/thbe/thePriit Laes10 years
pr/101jsonb support for <@, ?| and ?& added.Damian Dimmich10 years
pr/102Tell mysql that Unicode columns are unicodeAngus Lees10 years
pr/103PEP8 tidy of subset of test/sql/*.pyTony Locke10 years
pr/104Merge branch 'master' of https://github.com/celttechie/sqlalchemyBrian Jarrett10 years
pr/105PEP8 Style fixes for lib/sqlalchemy/*.pyBrian Jarrett10 years
pr/106Style fixes for databases packageBrian Jarrett10 years
pr/107PEP8 style fixes for connectors packageBrian Jarrett10 years
pr/108Style fixes for databases packageBrian Jarrett10 years
pr/109final PEP8 error fixed in ext packageBrian Jarrett10 years
pr/11Fix unique constraints reflection in PostgreSQLRoman Podolyaka11 years
pr/110Revert unnecessary autopep8 change that would require further testingBrian Jarrett10 years
pr/111Manual fixes for style E501 errors, etc. in dialects packageBrian Jarrett10 years
pr/112Manual fixes for style E501 errors in event packageBrian Jarrett10 years
pr/113Manual fixes for style E501, etc. errors in orm packageBrian Jarrett10 years
pr/114extra spaces in returned error text causes test_correlate_where_all_unintenti...Brian Jarrett10 years
pr/115A few more manual fixes for style E501, etc. errors in testing packageBrian Jarrett10 years
pr/116Manual fixes for style E501, etc. errors in util packageBrian Jarrett10 years
pr/117PEP8 tidy of test/orm/test_dynamic.pyTony Locke10 years
pr/118changeMike Bayer10 years
pr/119now fix itMike Bayer10 years
pr/12Tidy range types docs and add warning about the return type support offered b...Chris Withers11 years
pr/120Fix doc gen on Windows platformBog10 years
pr/121- make the change non-impactfulMike Bayer10 years
pr/122more test codeMike Bayer10 years
pr/123now fix all my pep8 probs!Mike Bayer10 years
pr/124Fix argument to array() in array._bind_param()Andrew10 years
pr/125pg8000 now supports sane_multi_rowcountTony Locke10 years
pr/126Public inspector method to load enum listIlya Pekelny10 years
pr/127fix typo in cascade documentationMichael White10 years
pr/128Added documentation. Changed my mind - added get_foreign_table_names() only t...Rodrigo Menezes10 years
pr/129Adding postgres create table options documentationMalik Diarra10 years
pr/13Fix indexes reflection in PostgreSQLRoman Podolyaka11 years
pr/130Fix doc typo 'conjunection'Gunnlaugur Þór Briem10 years
pr/131Add note on begin_nested requiring rollback/commitGunnlaugur Þór Briem10 years
pr/132Changed pg8000 dialect to cope with native JSONTony Locke9 years
pr/133Docs: use the base layout when mako_layout=='epub'hiaselhans10 years
pr/134method documentation typo fixIlja Everilä10 years
pr/135Updated documenation for engines.rstJim Hokanson10 years
pr/136add firebirdsql.pyHajime Nakagami10 years
pr/137change functionsjona10 years
pr/138Added EXASolution dialect to documentationJan10 years
pr/139add simple tests for new name argument for Table.tometadata()ndparker10 years
pr/14getitem operator from operators for postgres ARRAYTerentev11 years
pr/140cleanup exception handling - use new exception hierarchy (since python 2.5)ndparker10 years
pr/141specialize schema reflection warningsndparker10 years
pr/142Fixed typomozillazg10 years
pr/143minipg supportHajime Nakagami10 years
pr/144Update to make "changed" attribute only present on the parent class jplaverdure10 years
pr/145Psycopg2 JSONB support.Mateusz Susik10 years
pr/146changed connnection to connectionjlgoldb210 years
pr/147It's the 'kwargs' which are iterable, not 'keys'Malthe Borch10 years
pr/148Small improvement on FlushError can't delete error messagePaulo Bu9 years
pr/149Small improvement on FlushError can't update error messagePaulo Bu9 years
pr/15Include how to specify relationships that join across multiple tablesMarshall Jones11 years
pr/150Report the type of unexpected expression objectsRyan P. Kelly9 years
pr/151It now calls raise_from_causeScott Dugas10 years
pr/152Merge branch 'master' into oracle-servicename-optionSławek Ehlert9 years
pr/153Removing unneeded space.Yuval Langer9 years
pr/154Add Travis CI integrationGilles Dartiguelongue9 years
pr/155Compatible with psycopg2.extras.register_jsonyihuang9 years
pr/156Support for the WITHIN GROUP (ORDER BY) clauses (within_group/WithinGroup).Antti Haapala9 years
pr/157Add 'native' autocommit support for mysql driversRoman Podoliaka9 years
pr/158fix Python 2-specific byte conversionDavid Marin9 years
pr/159Update migration_09.rstJason Held9 years
pr/16set cymysql's supports_unicode_statements=True for python3Hajime Nakagami11 years
pr/160Accept unicode in CascadeOptionsJulien Castets9 years
pr/161To support unicode with mysql you need to use utf8mb4Thomas Grainger9 years
pr/162FixupThomas Grainger9 years
pr/163PEP8 cleanup in /test/engineEric Streeper9 years
pr/164Allow kwargs to be passed through update()Amir Sadoughi9 years
pr/165Fix typosErnest Walzel9 years
pr/166- pymssql has PEP249 Binary contructor since 2.1.1Ramiro Morales9 years
pr/167added sql compiler test for FULL OUTER JOINStefan Urbanek9 years
pr/168Update base.pyeffem-git9 years
pr/169micro-optimize unique_listGaëtan de Menten9 years
pr/17wording about supported dialects for Query.yield_perDomen Kožar11 years
pr/170Fix typo in 'Relationships API' docsErnest Walzel9 years
pr/171Mark tests that they require OFFSET support in databasePeter Hoffmann9 years
pr/172initial stab at pygresql dialect based on psycopg2Kaolin Imago Fire9 years
pr/173Correcting typo in introspectionPierre Rochard9 years
pr/174Fixed unpickle bug when val in ext.mutable.values has no _parentsHsiaoming Yang9 years
pr/175Remove spaces around kwargs in metadata.rstJochen Van de Velde9 years
pr/176Update to correct TDS version; FreeTDS only supports up to 7.3. 8.0 is not a ...Allen, Timothy9 years
pr/177Fix typo in directiveÉric Araujo9 years
pr/178Update url.pyYuri Baida9 years
pr/179Add reflection of PostgreSQL index access methods (USING clause)Pete Hollobon9 years
pr/18Minor hybrid extension documentation updateDavid Beitey11 years
pr/180Expire session in testing transaction handlingCharles-Axel Dein9 years
pr/181Fix primary key behaviour in bulk_updatePatrick Hayes9 years
pr/182Added max_row_buffer attribute to the context execution options and useMorgan McClure9 years
pr/183Fix typoPete Hollobon9 years
pr/184Missing comma in method argsBenjamin Petersen9 years
pr/185Fix code examples in automap's documentationYuri Baida9 years
pr/186add CYCLE support to Sequence() and docstrings for NO MINVALUE and NO MAXVALUEjakeogh9 years
pr/187Add basic LTREE support; missing testsRenato Massaro9 years
pr/188Added test for modulo operator.Dan Gittik9 years
pr/189Merge branch 'master' of github.com:m32/sqlalchemyGrzegorz Makarewicz9 years
pr/19Removed length check on Text columnsjeff11 years
pr/190Don't get reloptions for PostgreSQL versions older than 8.5 when reflecting i...Pete Hollobon9 years
pr/191Remove useless codeLeonardo Rochael Almeida9 years
pr/192fix typo int->intohalfcrazy9 years
pr/193Add raise/raiseload relationship loading strategyAdrian Moennich9 years
pr/194Tell Wheel to generate platform and interpreter specific wheelsDonald Stufft9 years
pr/195Build universal wheelsThomas Grainger9 years
pr/196Link to maintained redshift dialectThomas Grainger9 years
pr/197Minor grammar fix for capitalisation in session docsDavid\ Beitey9 years
pr/198Support get_schema_names for SQLiteBrian Van Klaveren9 years
pr/199Add a lot more detailEric Siegerman9 years
pr/2Unicode support for psycopg2 native hstore implementationDmitry Mugtasimov11 years
pr/20mapping multiple tables for one classbiner11 years
pr/200Reduce the numbers of calls to isinstanceGorka Eguileor9 years
pr/201Add Query.one_or_none()Eric Siegerman9 years
pr/202Fix sqlalchemy.ext.baked.Result.one_or_none() exception messageEric Siegerman9 years
pr/203Remplement Query.one() in terms of .one_or_none()Eric Siegerman9 years
pr/204- wrap ColumnDefault empty arg callables like functools.wraps, setting __name...Martin J. Hsu9 years
pr/205Doc fixEric Siegerman9 years
pr/206Added tests for new error message on bad date/time values from MSSQL; changed...Ed Avis9 years
pr/207add autoescape option to startswith, endswith, and containsDiana Clarke9 years
pr/208Update base.pyPeter Demin9 years
pr/209Added FULL OUTER JOIN through Join(full=True)Stefan Urbanek9 years
pr/21TypoSeverin Orth11 years
pr/210Update usages of getargspec to compat version.Jacob MacDonald9 years
pr/211Change generator termination from StopIteration to return.pgjones9 years
pr/212py2k: accept unicode literals on :func:`backref`, tooNils Philippsen8 years
pr/213Pass precision value to mssql.DATETIME2 when it is 0Jacobo de Vera8 years
pr/214Fix typo: wtihin --> withinJeff Widman8 years
pr/215fix postgresql exclude contraint to check when= against None rather than __bo...aisch8 years
pr/216- Postgres: Do not prefix table with schema in: "FOR UPDATE of <table>"Diana Clarke8 years
pr/217Fix a typo in the disconnect handling code exampleHugh Cole-Baker8 years
pr/218Fix _assert_unorderable_types on py36.Iuri de Silvio8 years
pr/219add compatible MS SQL Server 2012 sequencestest8 years
pr/22Adjusted fix for skipping tests unsupported by pypy in 0.8.xIan Delaney11 years
pr/220fix some typosNils Philippsen8 years
pr/221Add support for MySQL JSONStephen Rauch8 years
pr/222Add new reserved words for MySQL 5.7.Hanno Schlichting8 years
pr/223Fix executemany syntax in core tutorial.Jon Bringhurst8 years
pr/224Make docs listing of param order for event.listen match the codeJeff Widman8 years
pr/225Update SQLAlchemy-Migrate link to the new repoJeff Widman8 years
pr/226Fix typo in session docsAdrian Moennich8 years
pr/227Fix typo in relationships docsrmn8 years
pr/228association_proxy: allow more flexible use of creatorNils Philippsen8 years
pr/229Fix ArrayOfEnum's handling of empty arrays.Chase8 years
pr/23fix typosHyunjun Kim11 years
pr/230same logic, but without the inner functionDiana Clarke8 years
pr/231- properly handle negative indexes in RowProxy.__getitem__()Lele Gaifax8 years
pr/232fix passing literal_binds flag through for update and insertTim Tate8 years
pr/233Add postgresql tablespace option on indexbeenje8 years
pr/234Make all tests pass with postgresql+pygresqlChristoph Zwerschke8 years
pr/235Add `sqlalchemy.ext.index` for indexed attributes for ORMJeong YunWon8 years
pr/236Add `sqlalchemy.ext.mutable.MutableSet`Jeong YunWon8 years
pr/237The AutomapBase's prepare method now accepts an optional schema argument to p...Josh Marlow8 years
pr/238Proxy docstring along to hybrid_property and hybrid_methodDavid Baumgold8 years
pr/239- transfer func.__doc__ to expr.__doc__ for hybrid_methodMike Bayer8 years
pr/24Fixed Query.exists() method for the case, when query doesn't have any filters...Vladimir Magamedov11 years
pr/240Add release date for 1.0.12 to changelogJeff Widman8 years
pr/241Add release date for 1.0.12 to changelogJeff Widman8 years
pr/242add reflection for expression-based index and partial index of postgresqlJungkook Park8 years
pr/243Add argument 'with_none' to Session.bulk_insert_mappingstsauerwein8 years
pr/244sqlite: introspection of ON DELETE and ON UPDATEMichal Petrucha8 years
pr/245Support recursive operation on _asdict and allow passing in dictionary implem...Jacob Magnusson8 years
pr/246Update cascades.rstfalkerson8 years
pr/247Adds documentation to Query.slice().jfinkels8 years
pr/248add doctstring note on sqlite fallback to ISSebastian Bank8 years
pr/249Fix typoBenjamin Dopplinger8 years
pr/25Hide password in URL and Engine __repr__Gunnlaugur Þór Briem11 years
pr/250adapt test for raising on empty includeSebastian Bank8 years
pr/251ReST fix: missing backtickMarius Gedminas8 years
pr/252Allow creating explicit non-clustered primary keys in MS SQL.Saulius Žemaitaitis8 years
pr/253redundant "using the by changing" -> "using the"NestorTejero8 years
pr/254Docstring FixPatrick8 years
pr/255Fix some broken links in docsVille Skyttä8 years
pr/256- don't load deferred columns on unexpire for merge with load=False,Diana Clarke8 years
pr/257Mention the correct way of adding multiple attributes which refer to the same...Eoghan Murray8 years
pr/258argh fixed regression from copy-pasteRobin Thomas8 years
pr/259Update tutorial.rstEthan8 years
pr/26re.match to re.searchScott Schaefer11 years
pr/260Fixed nullsfirst, nullslast documentation errorMohammed Kareem8 years
pr/261make check for None more restrictivemrbald8 years
pr/262update pytest good practices link in PyTest classMark Sandan8 years
pr/263Adds parentheses around prints in documentationjfinkels8 years
pr/264Add window frame specificationPhillip Cloud8 years
pr/265Let logging format messages on demand, use warning instead of deprecated warnVille Skyttä8 years
pr/266Spelling fixesVille Skyttä8 years
pr/267Corrects some references in ORM documentation.Jeffrey Finkelstein8 years
pr/268Adds parentheses around print statements in docs.Jeffrey Finkelstein8 years
pr/269Corrects typo: plural of vertex is vertices.Jeffrey Finkelstein8 years
pr/27fix syntax error for py3.2Anatoly Bubenkov11 years
pr/270Spelling fixes: "an SQL" -> "a SQL", see #266Ville Skyttä8 years
pr/271Fix TypeError during cx_Oracle connectionJohn Vandenberg8 years
pr/272change "psotgresql" to 'postgresql' in decoratorMark Sandan8 years
pr/273typo in glossary#release: s/proces/process/Frank Carnovale8 years
pr/274Fix typo in config result.py docsvytotas8 years
pr/275fix spacingMark Sandan8 years
pr/276Commit a nested transaction should issue a COMMIT statement in addition to ju...Bo Du8 years
pr/277Changed how TableSample handles method and arg.saarni8 years
pr/278Convert readthedocs link for their .org -> .io migration for hosted projectsAdam Chainz8 years
pr/279Add 'FOR NO KEY UPDATE' supportSergey Skopin8 years
pr/28Added __len__ to AppenderQuery/AppenderMixin.Devon Meunier11 years
pr/280Replace some uses of re.sub with str.lstrip/replaceVille Skyttä8 years
pr/281Add regexp operators for PostgreSQL string types.Frazer McLean8 years
pr/282raise error on empty in_erebus18 years
pr/283Raise error on empty in_erebus18 years
pr/284Initial implementation of comment supportFrazer McLean8 years
pr/285Update base.pyhuhushow8 years
pr/286Fix #3728 Pickle of Properties object failsPieter Mulder8 years
pr/287Fix some typos in 1.1's changelog and migration sectionsLele Gaifax8 years
pr/288fixed typoKristian Perkins8 years
pr/289Update index.rstShige Takeda8 years
pr/29multiple levels of inheritance with different 'on' clausesAnatoly Bubenkov11 years
pr/290Fix issue with unbaking subqueriesMark Hahnenberg8 years
pr/291Add AppVeyor build with autoupload when commit is tagged with 'rel_*'Frazer McLean8 years
pr/292Added note to docsDavid Fraser8 years
pr/293Fix ArgumentError access in Session._add_bindСемён Марьясин8 years
pr/294Bulk Save Documentationbrln8 years
pr/295Add docstring to declarative_baseFrazer McLean8 years
pr/296Fix typoJeff Widman8 years
pr/297new docstring for Query.group_byIuri Diniz8 years
pr/298Clarify mappers.configure_mappers error messageJohn Perkins8 years
pr/299Spelling fixesVille Skyttä8 years
pr/3Fixing the error regex to match numbers with the long suffix, like 1146LBrett Slatkin11 years
pr/30Replace a big loop + dict lookup in Connection.execute() with a simple visitorAlex Gaynor11 years
pr/300Fix documentation basic example (missing imports)Romuald Brunet8 years
pr/301Fix conn close behavior for thread local connectionsJonathan Beluch8 years
pr/302Fixed example of upsert in the HasCTE.cte docstring byVladimir Magamedov8 years
pr/303Fix table reference in PostgreSQL documentationMichael Williamson8 years
pr/304Provide more informative error when joining with no entitiesMichael Williamson8 years
pr/305Corrects typoEdouard Berthe8 years
pr/306orm.ext.declared_attr.cascading have incorrect example in docstringDmitry Bogun8 years
pr/307fix scope_session.__call__zhulongcheng8 years
pr/308exclude eq and ne from associative operatorsJohn Passaro8 years
pr/309Fixed the persistent_to_deleted eventDiogo Dutra8 years
pr/31Reformats MethMixinMatt Schmoyer11 years
pr/310Minor grammatical improvements in doc/build/intro.rst.Randy Barlow8 years
pr/311spelling: Mysql -> MySQLVille Skyttä8 years
pr/312Update the Column.nullable docstring for the primary_key=True caseMatt Riedemann8 years
pr/313Fix a minor grammatical error in the ORM tutorial.Randy Barlow8 years
pr/314Replace uses of the phrase "comprised of" in docsAdam Szatrowski8 years
pr/315Remove some legacy dead code from the declared_attr logicPierre Jaury8 years
pr/316Minor fixes in the ext.hybrid documentation.Randy Barlow8 years
pr/317postgres basy.py support to teiid virtual database connection patchSalvatore Incandela8 years
pr/318Adds missing word "of" in docsjfinkels8 years
pr/319Fixed parameter supportKevin Jurczyk7 years
pr/32Fix a typo: evaluted -> evaluated.Hyunjun Kim11 years
pr/320Added support for pysqlcipher3Kevin Jurczyk7 years
pr/321Remove unused and dysfunctional methodBenjamin Dopplinger7 years
pr/33Distinct for subqueryload only for non-primary key columns.Alexander Koval11 years
pr/34ForeignKeyConstraint reflection test respects MySQL limitationsijl11 years
pr/35Perform fewer dict lookups - tiny microoptimizationAlex Gaynor11 years
pr/36#2841: MySQL doesn't support MATCH, INITIALLY, or DEFERREDijl11 years
pr/37MySQL dialect warns about unsupported foreign key options [ticket 2841]ijl11 years
pr/38MySQL dialect throws CompileError when unsupported foreign key options are sp...ijl11 years
pr/39Super-minor doc fixJacob Magnusson11 years
pr/4Add basic support of unique constraints reflectionRoman Podolyaka11 years
pr/40orm.collection, list.clear(). remove 'before_delete()', added unit-test.schettino7210 years
pr/41Switched to UTC Timestampjplaverdure10 years
pr/42added LockmodeArgsMario Lassnig10 years
pr/43Fix indentation issues in docstringsVraj Mohan10 years
pr/44Fix cross referencesVraj Mohan10 years
pr/45Fix sessionmaker.__repr__Timur10 years
pr/46Fix cross referencesVraj Mohan10 years
pr/47Fixed a syntax error in example code.Hyunjun Kim10 years
pr/48Fixes pickling issue cPickle.PicklingError: persistent id must be stringMike Woods10 years
pr/49README.unittests.rst: Add blurb about toxMarc Abramowitz10 years
pr/5Documentation for the new range type support.Chris Withers11 years
pr/50 sqlalchemy/dialects/postgresql/pgjson:nathan10 years
pr/51Remove terminated connections from the pool.John Anderson10 years
pr/52dialects/mysql: inspect superclass for IntegerType in __repr__Haydn Dufrene10 years
pr/53dialects/mysql: inspect superclass for IntegerType in __repr__Haydn Dufrene10 years
pr/54session docs: Change `object` to `someobject`Ben Alpert10 years
pr/55Use PyMODINIT_FUNCcgohlke10 years
pr/56MySQL-Python <1.2.5 unicode compatibility noteSteve Johnson10 years
pr/57expose SchemaVisitor in the compatibility layerSean Dague10 years
pr/58Fix TypeError for class_mapper called w/ iterableKyle Stark10 years
pr/59Fix a typo in the relationship docsWichert Akkerman10 years
pr/6Preserve reset_on_return when recreating a Pool.Eevee11 years
pr/60Remove uneeded import from code exampleWichert Akkerman10 years
pr/61fix mysql+cymysql dialectHajime Nakagami10 years
pr/62allow enums with a lot of labels by passing them as a listAndreas Zeidler10 years
pr/63expose `binary_type` in `util` moduleAndreas Zeidler10 years
pr/64python_type for ARRAY (PGArray)Terentev10 years
pr/65SQLite dialect - support relection from affinityErich Blume10 years
pr/66Add missing raiseGilles Dartiguelongue9 years
pr/67Add naming convention support when using schema in the metadata.Tom Farvour10 years
pr/68Add unit test for UUID arrays in PostgreSQL.Kevin Deldycke10 years
pr/69Parse server version info more robustlyMatt (work)10 years
pr/7Add AUTOCOMMIT isolation level support for psycopg2Roman Podolyaka11 years
pr/70add firebird+firebirdsql dialectHajime Nakagami10 years
pr/71Take a stab at implementing nextsetMarc Abramowitz10 years
pr/72Fix unique constraints reflection in SQLiteRoman Podoliaka10 years
pr/73Fixed bug were INTEGER type does not take argsFergal Walsh10 years
pr/74Restore coercion to unicode with cx_Oracle.Christoph Zwerschke10 years
pr/75dialects/mssql/pymssql.py: Remove second two paragraphs, as requested by @zzz...Marc Abramowitz10 years
pr/76In SingletonThreadPool, make sure we do not cleanup a newly created connectionJD White10 years
pr/77Moved speedups to a separate module. To include the speedups, require sqlalch...Jason R. Coombs10 years
pr/78Remove tables from metadata when autoload failsRoman Podoliaka10 years
pr/79Fixes argument number in docsNoufal Ibrahim10 years
pr/8make tests passDevi11 years
pr/80Add is_ and isnot filter to the tutorialCharles-Axel Dein10 years
pr/81Fix tag typo in changelog_09Tony Narlock10 years
pr/82Added missing text_type requirement to TextTestStefan Reich10 years
pr/83Fix a typo in the ForeignKeynimiq10 years
pr/84Fixed bug in example code.Daniel Smith10 years
pr/85Fix many typos throughout the codebaseAlex Gaynor10 years
pr/86add reflective parameter to AssociationProxyyelite10 years
pr/87Another Variant for detecting if a connection is closedDirk Mueller10 years
pr/88PEP 8 tidy of pg8000 dialect and postgresql/test_dialect.pyTony Locke10 years
pr/89Clarify that an instance's "load" event is also called when it is createdMatthias Urlichs10 years
pr/9types.Variant() has a __repr__ usable by Alembicijl11 years
pr/90Clarify that an instance's "load" event is also called when it is createdMatthias Urlichs10 years
pr/91Documentation fix-up: "its" vs. "it's"Matthias Urlichs10 years
pr/92Add a _proxyImpl helper classMatthias Urlichs10 years
pr/93once kwarg in event funcs is new in 0.9.4Justin Wood (Callek)10 years
pr/94once kwarg in event funcs is new in 0.9.4Justin Wood (Callek)10 years
pr/95Wrong type usageBY-jk10 years
pr/96Update compiler.pyBY-jk10 years
pr/97Remove another clone->clone reference cycleJakub Stasiak10 years
pr/98- Fixed support for multivalue inserts for MS SQL 2008 since it is actually s...Albert Cervin10 years
pr/99PEP8 tidy of test/sql/test_types.pyTony Locke10 years
pr128- repair get_foreign_table_names() for PGInsp/dialect levelMike Bayer10 years
pr196Merge remote-tracking branch 'origin/pr/196' into pr196Mike Bayer9 years
pr200Merge remote-tracking branch 'origin/pr/200' into pr200Mike Bayer9 years
pr200_updated- add tests for ordered params with onupdatesMike Bayer8 years
pr238- transfer func.__doc__ to expr.__doc__ for hybrid_methodMike Bayer8 years
pr_github_284Comment supportFrazer McLean8 years
pr_github_285add bind processor and result prosseor for DATETIMEOFFSEThuhushow8 years
pr_github_286Fix #3728 Pickle of Properties object failsPieter Mulder8 years
pr_github_383Support for GROUP BY CUBE, SET, ROLLUPSpitcyn7 years
pullreq55changelog for pullreq github:55Mike Bayer10 years
pypy_runGet pypy to runMike Bayer8 years
rel_0_1closing out 0.1 maint.Mike Bayer14 years
rel_0_3closing out 0.3 maint.Mike Bayer14 years
rel_0_4 - Fixed SQLite reflection methods so that non-presentMike Bayer15 years
rel_0_5css updates to better work with RTD badgeMike Bayer10 years
rel_0_6- update mysql connector python links, #2938Mike Bayer10 years
rel_0_7Update base.pyPeter Demin9 years
rel_0_8Fix some broken links in docsVille Skyttä8 years
rel_0_9Add missing disambiguation to non-primary mapper exampleMike Bayer5 years
rel_1_0Fix pooling typoMike Bayer5 years
rel_1_1Support pytest 6.xMike Bayer4 years
rel_1_2further simplify pool-sharing docMike Bayer2 years
rel_1_3pin sphinx-copybutton and change configMike Bayer15 months
rel_1_4qualify session.execute() resulting in autoflushMike Bayer12 months
rel_1_@Add `postgresql_psycopg2binary` install extra that installs `psycopg2-binary`Alex Rothberg6 years
rel_2_0- black -l79 updateMike Bayer5 years
rel_2_0_exp1initial 2.0 setupMike Bayer4 years
rel_2_0_old- black -l79 updateMike Bayer5 years
review/mike_bayer/pr_github_383Implement placeholders for CUBE, ROLLUP, GROUPING SETSSpitcyn7 years
review/mike_bayer/ticket_4075Add multivalued insert context for defaultsMike Bayer7 years
review/mike_bayer/ticket_4077Add __next__(), next() to ResultProxyMike Bayer7 years
review/mike_bayer/ticket_4082_10Document and test __table_cls__Mike Bayer7 years
review/mike_bayer/tutorial20tutorial 2.0 WIPMike Bayer4 years
row_proc_integration- polymorphic loading, working very rudimentallyMike Bayer9 years
row_proc_integration_2- sort of working, not saving on much, eager loading of courseMike Bayer9 years
row_proc_integration_3- turn on population fully. the change we have to make hereMike Bayer9 years
setinputsizes_oracle_stringSee what happens if we setinputsizes for StringMike Bayer7 years
slots- start trying to move things into __slots__. This seems to reduce theMike Bayer9 years
sphinx_mini_buildremove theme altogetherMike Bayer12 months
ticket_1311- add some more detailMike Bayer9 years
ticket_2501Merge branch 'master' into ticket_2501Mike Bayer10 years
ticket_2551- changelog + migration notesMike Bayer8 years
ticket_2587- implement LATERAL, needs tests, references #2857Mike Bayer9 years
ticket_2677- The :class:`.SessionEvents` suite now includes events to allowMike Bayer9 years
ticket_2677_pre- add new documentation that applies to all modern SQLA versions,Mike Bayer9 years
ticket_2685- inline get_effective_schema and preparer setup to get profilesMike Bayer8 years
ticket_2857- attempt number 2. just add a "correlate_from()" helper. the moreMike Bayer9 years
ticket_3054- API cleanupMike Bayer9 years
ticket_3100- some profile changes likely due to the change in event listeningMike Bayer9 years
ticket_3148- rework ColumnAdapter and ORMAdapter to only provide the featuresMike Bayer10 years
ticket_3150Merge branch 'master' into ticket_3150Mike Bayer10 years
ticket_3216- tweaksMike Bayer9 years
ticket_3230- A warning is emitted in the case of multiple relationships thatMike Bayer10 years
ticket_3355- new features will be in 1.0.3Mike Bayer9 years
ticket_3499- make sure we maintain the has_mapper_entities flagMike Bayer9 years
ticket_3501Merge branch 'master' into ticket_3501Mike Bayer8 years
ticket_3514- changelogsMike Bayer9 years
ticket_3516- Added support for "set-aggregate" functions of the formMike Bayer9 years
ticket_3604- dictlike wipMike Bayer8 years
ticket_3609- wipMike Bayer8 years
ticket_3619- try to organize how to talk about JSON fixes for PG vs.Mike Bayer8 years
ticket_4071Remove LRU warningsMike Bayer7 years
ticket_4073Warn instead of raise for unmapped column that matches on keyMike Bayer7 years
ticket_4074use the stack to get the insert statement in on conflictMike Bayer7 years
ticket_4074_11use the stack to get the insert statement in on conflictMike Bayer7 years
ticket_4075Add multivalued insert context for defaultsMike Bayer7 years
ticket_4076Ensure (+) is rendered for all right-hand membersMike Bayer7 years
ticket_4082Document and test __table_cls__Mike Bayer7 years
ticket_4091Warnings for @declared_attr.cascadingMike Bayer7 years
ticket_5648ensure event handlers called for all do_pingMike Bayer14 months
timing_intensiveadd --notimingintensive; block from github jobsMike Bayer4 years
workflow_test_aiosqliteAdd async tests to the github workflowFederico Caselli3 years
workflow_test_cythonReplace c extension with cython versions.Federico Caselli2 years
workflow_test_doc_buildadd subfolder to the zip file, add workflow dispatchFederico Caselli12 months
workflow_test_foodebug 5Mike Bayer4 years