We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff67ee5 commit a184b70Copy full SHA for a184b70
CHANGES
@@ -1,6 +1,16 @@
1
pydal changelog
2
===============
3
4
+Version 16.06.09
5
+----------------
6
+
7
+Released on June 9th 2016
8
9
+- Fixed boolean parsing errors on Postgre introduced with 16.06
10
+- Fixed connection issues on multiprocessing environments with pre-fork
11
+- Added 'postgres3' adapter to use driver 'boolean' type on fields
12
13
14
Version 16.06
15
-------------
16
pydal/__init__.py
@@ -1,4 +1,4 @@
-__version__ = '16.07-dev'
+__version__ = '16.06.09'
from .base import DAL
from .objects import Field
0 commit comments