Mosql

Latest version: v0.12.3

Safety actively analyzes 629811 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 6

0.9.1

Not secure
------

1. Now :func:`~mosql.util.qualifier` supports to encode ``unicode`` into utf-8
``str`` automatically.

0.9

Not secure
----

1. Added MySQL-specific ``UPDATE FOR`` and ``LOCK IN SHARE MODE`` for
:func:`~mosql.query.select`.
2. Added PostgreSQL-specific ``FOR``, ``OF`` and ``NOWAIT`` for
:func:`~mosql.query.select`.
3. Fixed select can't use ``from_`` as argument.
4. Added and changed the arguments of :class:`~mosql.util.Clause`.

0.8.1

Not secure
------

1. Fixed the regression that causes converting int fails. `33
<https://github.com/moskytw/mosql/issues/33>`_

0.8

Not secure
----

1. ``columns`` now is the alias of ``select``.
2. Fixed the complain of inserting with empty dict.
3. Added :mod:`mosql.sqlite` for better SQLite support.
4. Added :func:`mosql.query.replace`.
5. Renamed :mod:`mosql.statement` to :mod:`mosql.stmt`.
6. Added :mod:`mosql.func` for basic SQL functions supprt.
7. Support using pair (2-tuple) to build ``AS`` statement.
8. Support subquery perfectly.

Thanks `Tzu-ping Chung (uranusjr) <https://github.com/uranusjr>`_ contributed
the PRs (`27 <https://github.com/moskytw/mosql/pull/27>`_, `#15
<https://github.com/moskytw/mosql/pull/15>`_, `#14
<https://github.com/moskytw/mosql/pull/14>`_, and `#12
<https://github.com/moskytw/mosql/pull/12>`_) which bring the improvement 2, 6,
7 and 8.

Thanks `lucemia <https://github.com/lucemia>`_ contributed the PRs (`#19
<https://github.com/moskytw/mosql/pull/19>`_, `#13
<https://github.com/moskytw/mosql/pull/13>`_) which bring the improvement 3 and
4.

And, thanks `PyCon TW <http://pycon.tw>`_ and your `sprint event
<https://kktix.com/events/9691cb>`_ in 2013 Oct! :)

0.7.4

Not secure
------

1. Fixed the compatibility of :mod:`mosql.db` with Python 2.6. Thanks `Aminzai
<http://github.com/moskytw/mosql/pull/23>`_.

0.7.3

Not secure
------

1. Added :func:`mosql.util.and_`.

Page 2 of 6

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.