Age | Commit message (Collapse) | Author |
|
dbservice: TableAPI was missing from __all__
but was available on top-level. Fix.
natsort.py, skylog.py: __all__ was missing, add.
Add only items that already were under top-level.
|
|
|
|
|
|
|
|
|
|
This makes possible to use prepared plans with tapi.
|
|
This makes the behaviour compatible with 8.3 plpython,
with did not know arrays and returned text strings.
More general solution would be to use urlenc arrays (same key repeats),
except that not general enough - there is no transparent way
to encode lists with 0 and 1 elements. So caller must always
be aware whether a key is list or not. Thus no advantages
over this pgarray solution and disadvantaga is incompatibility.
|
|
Always use
import skytools
def xx():
skytools.foo
this allows maximum laziness when importing.
|
|
|
|
|