Skip to content

Commit 50417cf

Browse files
committed
Move links etc. to github, new alembic links
Change-Id: I59392d355a216ae59552a04c5508f548b901aa7b
1 parent b5cb68a commit 50417cf

9 files changed

+10
-115
lines changed

.gitreview

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[gerrit]
22
host=gerrit.sqlalchemy.org
3-
project=zzzeek/sqlalchemy
3+
project=sqlalchemy/sqlalchemy
44
defaultbranch=master

doc/build/changelog/changelog_08.rst

-12
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,6 @@
127127
.. change::
128128
:tags: bug, ext
129129
:versions: 0.9.5, 1.0.0b1
130-
:pullreq: bitbucket:24
131130
:tickets: 3093, 3051
132131

133132
Fixed bug where :meth:`.MutableDict.setdefault` didn't return the
@@ -137,7 +136,6 @@
137136
.. change::
138137
:tags: bug, mysql
139138
:versions: 0.9.5, 1.0.0b1
140-
:pullreq: bitbucket:15
141139

142140
Added support for reflecting tables where an index includes
143141
KEY_BLOCK_SIZE using an equal sign. Pull request courtesy
@@ -165,7 +163,6 @@
165163

166164
.. change::
167165
:tags: bug, postgresql
168-
:pullreq: bitbucket:13
169166
:versions: 0.9.5, 1.0.0b1
170167

171168
Added a new "disconnect" message "connection has been closed unexpectedly".
@@ -311,7 +308,6 @@
311308
:tags: bug, mysql
312309
:versions: 0.9.3
313310
:tickets: 2966
314-
:pullreq: bitbucket:12
315311

316312
Added support for the ``PARTITION BY`` and ``PARTITIONS``
317313
MySQL table keywords, specified as ``mysql_partition_by='value'`` and
@@ -339,7 +335,6 @@
339335

340336
.. change::
341337
:tags: bug, sqlite
342-
:pullreq: github:72
343338

344339
Restored a change that was missed in the backport of unique
345340
constraint reflection to 0.8, where :class:`.UniqueConstraint`
@@ -392,7 +387,6 @@
392387

393388
.. change::
394389
:tags: bug, mysql
395-
:pullreq: github:61
396390
:versions: 0.9.2
397391

398392
Some missing methods added to the cymysql dialect, including
@@ -401,7 +395,6 @@
401395

402396
.. change::
403397
:tags: bug, py3k
404-
:pullreq: github:63
405398

406399
Fixed Py3K bug where a missing import would cause "literal binary"
407400
mode to fail to import "util.binary_type" when rendering a bound
@@ -411,7 +404,6 @@
411404
.. change::
412405
:tags: bug, orm
413406
:versions: 0.9.2
414-
:pullreq: github:58
415407

416408
Fixed error message when an iterator object is passed to
417409
:func:`.class_mapper` or similar, where the error would fail to
@@ -444,7 +436,6 @@
444436
.. change::
445437
:tags: bug, mssql, pymssql
446438
:versions: 0.9.0
447-
:pullreq: github:51
448439

449440
Added "Net-Lib error during Connection reset by peer" message
450441
to the list of messages checked for "disconnect" within the
@@ -571,7 +562,6 @@
571562
.. change::
572563
:tags: bug, mssql
573564
:versions: 0.9.0
574-
:pullreq: bitbucket:7
575565

576566
Fixed bug introduced in 0.8.0 where the ``DROP INDEX``
577567
statement for an index in MSSQL would render incorrectly if the
@@ -1202,7 +1192,6 @@
12021192

12031193
.. change::
12041194
:tags: bug, engine
1205-
:pullreq: github:6
12061195
:versions: 0.9.0b1
12071196

12081197
Fixed bug where the ``reset_on_return`` argument to various :class:`.Pool`
@@ -1334,7 +1323,6 @@
13341323

13351324
.. change::
13361325
:tags: bug, postgresql
1337-
:pullreq: github:2
13381326
:tickets: 2735
13391327

13401328
Fixed the HSTORE type to correctly encode/decode for unicode.

doc/build/changelog/changelog_09.rst

-37
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@
155155
.. change::
156156
:tags: bug, py3k, mysql
157157
:tickets: 3333
158-
:pullreq: github:158
159158
:versions: 1.0.0b2
160159

161160
Fixed the :class:`.mysql.BIT` type on Py3K which was not using the
@@ -190,7 +189,6 @@
190189

191190
.. change::
192191
:tags: feature, postgresql
193-
:pullreq: bitbucket:45
194192
:versions: 1.0.0b1
195193

196194
Added support for the ``CONCURRENTLY`` keyword with PostgreSQL
@@ -203,7 +201,6 @@
203201

204202
.. change::
205203
:tags: bug, ext, py3k
206-
:pullreq: github:154
207204
:versions: 1.0.0b1
208205

209206
Fixed bug where the association proxy list class would not interpret
@@ -212,7 +209,6 @@
212209

213210
.. change::
214211
:tags: feature, sqlite
215-
:pullreq: bitbucket:42
216212
:versions: 1.0.0b1
217213

218214
Added support for partial indexes (e.g. with a WHERE clause) on
@@ -248,7 +244,6 @@
248244

249245
.. change::
250246
:tags: bug, orm
251-
:pullreq: github:147
252247
:versions: 1.0.0b1
253248

254249
Fixed bug where TypeError raised when :meth:`.Query.join` called
@@ -321,7 +316,6 @@
321316

322317
.. change::
323318
:tags: bug, postgresql
324-
:pullreq: github:145
325319
:versions: 1.0.0b1
326320

327321
Added support for the :class:`postgresql.JSONB` datatype when
@@ -397,7 +391,6 @@
397391
.. change::
398392
:tags: bug, sql
399393
:versions: 1.0.0b1
400-
:pullreq: bitbucket:41
401394

402395
Added the ``native_enum`` flag to the ``__repr__()`` output
403396
of :class:`.Enum`, which is mostly important when using it with
@@ -715,7 +708,6 @@
715708
.. change::
716709
:tags: bug, ext
717710
:versions: 1.0.0b1
718-
:pullrequest: bitbucket:28
719711

720712
Fixed bug where :class:`.ext.mutable.MutableDict`
721713
failed to implement the ``update()`` dictionary method, thus
@@ -724,7 +716,6 @@
724716
.. change::
725717
:tags: bug, ext
726718
:versions: 1.0.0b1
727-
:pullrequest: bitbucket:27
728719

729720
Fixed bug where a custom subclass of :class:`.ext.mutable.MutableDict`
730721
would not show up in a "coerce" operation, and would instead
@@ -745,7 +736,6 @@
745736
.. change::
746737
:tags: feature, postgresql, pg8000
747738
:versions: 1.0.0b1
748-
:pullreq: github:125
749739

750740
Support is added for "sane multi row count" with the pg8000 driver,
751741
which applies mostly to when using versioning with the ORM.
@@ -816,7 +806,6 @@
816806
:tags: bug, postgresql
817807
:versions: 1.0.0b1
818808
:tickets: 3141
819-
:pullreq: github:124
820809

821810
Fixed bug in :class:`.postgresql.array` object where comparison
822811
to a plain Python list would fail to use the correct array constructor.
@@ -976,7 +965,6 @@
976965
.. change::
977966
:tags: feature, postgresql
978967
:versions: 1.0.0b1
979-
:pullreq: bitbucket:22
980968
:tickets: 3078
981969

982970
Added kw argument ``postgresql_regconfig`` to the
@@ -987,14 +975,12 @@
987975
.. change::
988976
:tags: feature, postgresql
989977
:versions: 1.0.0b1
990-
:pullreq: github:101
991978

992979
Added support for PostgreSQL JSONB via :class:`.JSONB`. Pull request
993980
courtesy Damian Dimmich.
994981

995982
.. change::
996983
:tags: feature, mssql
997-
:pullreq: github:98
998984
:versions: 1.0.0b1
999985

1000986
Enabled "multivalues insert" for SQL Server 2008. Pull request
@@ -1123,15 +1109,13 @@
11231109

11241110
.. change::
11251111
:tags: feature, examples
1126-
:pullreq: bitbucket:21
11271112
:versions: 1.0.0b1
11281113

11291114
Added a new example illustrating materialized paths, using the
11301115
latest relationship features. Example courtesy Jack Zhou.
11311116

11321117
.. change::
11331118
:tags: bug, testsuite
1134-
:pullreq: github:95
11351119
:versions: 1.0.0b1
11361120

11371121
In public test suite, shanged to use of ``String(40)`` from
@@ -1155,7 +1139,6 @@
11551139
.. change::
11561140
:tags: feature, postgresql
11571141
:versions: 1.0.0b1
1158-
:pullreq: github:88
11591142

11601143
Added support for AUTOCOMMIT isolation level when using the pg8000
11611144
DBAPI. Pull request courtesy Tony Locke.
@@ -1164,7 +1147,6 @@
11641147
:tags: bug, postgresql
11651148
:tickets: 3021
11661149
:versions: 1.0.0b1
1167-
:pullreq: github:87
11681150

11691151
The psycopg2 ``.closed`` accessor is now consulted when determining
11701152
if an exception is a "disconnect" error; ideally, this should remove
@@ -1227,7 +1209,6 @@
12271209
.. change::
12281210
:tags: feature, postgresql
12291211
:tickets: 2785
1230-
:pullreq: bitbucket:18
12311212
:versions: 1.0.0b1
12321213

12331214
Added a new flag :paramref:`.ARRAY.zero_indexes` to the PostgreSQL
@@ -1319,7 +1300,6 @@
13191300
.. change::
13201301
:tags: bug, py3k, tests
13211302
:tickets: 2830
1322-
:pullreq: bitbucket:2830
13231303
:versions: 1.0.0b1
13241304

13251305
Corrected for some deprecation warnings involving the ``imp``
@@ -1506,7 +1486,6 @@
15061486
.. change::
15071487
:tags: bug, sql
15081488
:tickets: 2988
1509-
:pullreq: github:78
15101489

15111490
Fixed an 0.9 regression where a :class:`.Table` that failed to
15121491
reflect correctly wouldn't be removed from the parent
@@ -1585,7 +1564,6 @@
15851564
.. change::
15861565
:tags: feature, oracle
15871566
:tickets: 2911
1588-
:pullreq: github:74
15891567

15901568
Added a new engine option ``coerce_to_unicode=True`` to the
15911569
cx_Oracle dialect, which restores the cx_Oracle outputtypehandler
@@ -1806,7 +1784,6 @@
18061784

18071785
.. change::
18081786
:tags: sqlite, bug
1809-
:pullreq: github:65
18101787

18111788
Support has been added to SQLite type reflection to fully support
18121789
the "type affinity" contract specified at http://www.sqlite.org/datatype3.html.
@@ -1820,14 +1797,12 @@
18201797

18211798
.. change::
18221799
:tags: postgresql, feature
1823-
:pullreq: github:64
18241800

18251801
Added the :attr:`.TypeEngine.python_type` convenience accessor onto the
18261802
:class:`.postgresql.ARRAY` type. Pull request courtesy Alexey Terentev.
18271803

18281804
.. change::
18291805
:tags: examples, feature
1830-
:pullreq: github:41
18311806

18321807
Added optional "changed" column to the versioned rows example, as well
18331808
as support for when the versioned :class:`.Table` has an explicit
@@ -1867,7 +1842,6 @@
18671842
.. change::
18681843
:tags: bug, mysql, cymysql
18691844
:tickets: 2934
1870-
:pullreq: github:69
18711845

18721846
Fixed bug in cymysql dialect where a version string such as
18731847
``'33a-MariaDB'`` would fail to parse properly. Pull request
@@ -1896,7 +1870,6 @@
18961870

18971871
.. change::
18981872
:tags: bug, sql
1899-
:pullreq: github:67
19001873

19011874
Fixed regression in new "naming convention" feature where conventions
19021875
would fail if the referred table in a foreign key contained a schema
@@ -2186,15 +2159,13 @@
21862159

21872160
.. change::
21882161
:tags: bug, sql
2189-
:pullreq: bitbucket:11
21902162

21912163
A :class:`.UniqueConstraint` created inline with a :class:`.Table`
21922164
that has no columns within it will be skipped. Pullreq courtesy
21932165
Derek Harland.
21942166

21952167
.. change::
21962168
:tags: feature, mssql
2197-
:pullreq: bitbucket:11
21982169

21992170
Added an option ``mssql_clustered`` to the :class:`.UniqueConstraint`
22002171
and :class:`.PrimaryKeyConstraint` constructs; on SQL Server, this adds
@@ -2336,7 +2307,6 @@
23362307

23372308
.. change::
23382309
:tags: bug, py3k, cextensions
2339-
:pullreq: github:55
23402310

23412311
Fixed an issue where the C extensions in Py3K are using the wrong API
23422312
to specify the top-level module function, which breaks
@@ -2347,7 +2317,6 @@
23472317

23482318
.. change::
23492319
:tags: bug, schema
2350-
:pullreq: github:57
23512320

23522321
Restored :class:`sqlalchemy.schema.SchemaVisitor` to the ``.schema``
23532322
module. Pullreq courtesy Sean Dague.
@@ -2416,7 +2385,6 @@
24162385

24172386
.. change::
24182387
:tags: bug, orm
2419-
:pullreq: bitbucket:9
24202388

24212389
Fixed bug where using new :attr:`.Session.info` attribute would fail
24222390
if the ``.info`` argument were only passed to the :class:`.sessionmaker`
@@ -2496,7 +2464,6 @@
24962464
.. change::
24972465
:tags: feature, postgresql
24982466
:tickets: 2581
2499-
:pullreq: github:50
25002467

25012468
Support for PostgreSQL JSON has been added, using the new
25022469
:class:`.JSON` type. Huge thanks to Nathan Rice for
@@ -2546,7 +2513,6 @@
25462513

25472514
.. change::
25482515
:tags: feature, postgresql
2549-
:pullreq: bitbucket:8
25502516

25512517
Added support for PostgreSQL TSVECTOR via the
25522518
:class:`.postgresql.TSVECTOR` type. Pull request courtesy
@@ -2607,7 +2573,6 @@
26072573

26082574
.. change::
26092575
:tags: bug, orm, collections, py3k
2610-
:pullreq: github:40
26112576

26122577
Added support for the Python 3 method ``list.clear()`` within
26132578
the ORM collection instrumentation system; pull request
@@ -2650,7 +2615,6 @@
26502615

26512616
.. change::
26522617
:tags: feature, sql
2653-
:pullreq: github:42
26542618

26552619
A new API for specifying the ``FOR UPDATE`` clause of a ``SELECT``
26562620
is added with the new :meth:`.GenerativeSelect.with_for_update` method.
@@ -2667,7 +2631,6 @@
26672631

26682632
.. change::
26692633
:tags: feature, orm
2670-
:pullreq: github:42
26712634

26722635
A new API for specifying the ``FOR UPDATE`` clause of a ``SELECT``
26732636
is added with the new :meth:`.Query.with_for_update` method,

0 commit comments

Comments
 (0)