Almann Goo
Almann Goo
We need to formally define all of the reserved keywords in PartiQL. This is particularly important because keywords have shifted since SQL-92, but also the various vendors are not consistent...
We should have style guidelines around things like column width for our source files and make sure all of the source files are consistent with it. _Originally posted by @almann...
To generate the various artifacts, we should have a Dockerfile to containerize building the documents to avoid having to have developer installation of various tools. _Originally posted by @almann in...
We have some test code in which a glob currently yields no results, but if the test vector suite ever adds a file with that pattern, it would be nice...
Writing a `core.ION_VERSION_MARKER_EVENT` fails on the raw writer: ``` >>> from amazon.ion import * >>> import io >>> w = writer.blocking_writer(writer_binary_raw._raw_binary_writer(writer_buffer.BufferTree()), io.BytesIO()) >>> w.send(core.ION_VERSION_MARKER_EVENT) Traceback (most recent call last): File...
Currently the package is nested as `amazon.ion`, this is somewhat verbose and requires the use of _namespace packages_ which have idiomatic support in Python 2, but are non-standard. I propose...
We have some duplication in the binary reader/writer code around things like type constants, we should consolidate hem.
Consider using something like PyPy.js to build an interactive shell for playing with Ion python and provide a client-side Ion playground.
_Imported from ION-243,IONJAVA-102_