You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Bugfix - Fix assertion error when performing a union into a join (#930) PR #967
18
+
* Update `~jobs.error_stack` from blob to mediumblob to allow error stacks >64kB in jobs (#984) PR #986
19
+
* Bugfix - Fix error when performing a union on multiple tables (#926) PR #964
20
+
* Add - Allow optional keyword arguments for `make()` in `populate()` PR #971
18
21
19
22
### 0.13.2 -- May 7, 2021
20
23
* Update `setuptools_certificate` dependency to new name `otumat`
@@ -248,7 +251,7 @@ Documentation and tutorials available at https://docs.datajoint.io and https://t
248
251
* ERD() no longer text the context argument.
249
252
* ERD.draw() now takes an optional context argument. By default uses the caller's locals.
250
253
251
-
### 0.3.2.
254
+
### 0.3.2.
252
255
* Fixed issue #223: `insert` can insert relations without fetching.
253
256
* ERD() now takes the `context` argument, which specifies in which context to look for classes. The default is taken from the argument (schema or relation).
254
257
* ERD.draw() no longer has the `prefix` argument: class names are shown as found in the context.
0 commit comments