]> git.phdru.name Git - sqlconvert.git/shortlog
sqlconvert.git
2017-06-10 Oleg BroytmanFeat(CI): Run tests with sqlite and flake8
2017-05-12 Oleg BroytmanTODO: Create installers
2017-05-12 Oleg BroytmanTODO: even more MySQL-specific fixes
2017-05-10 Oleg BroytmanTODO: more MySQL-specific fixes
2017-05-10 Oleg BroytmanUpdate TODO: Remove MySQL-specific SQL
2017-05-07 Oleg BroytmanStop supporting Python 2.6
2017-05-07 Oleg BroytmanMove hard requirements from tox.ini to requirements.txt
2017-05-07 Oleg BroytmanMove requirements.txt to devscripts/
2017-04-30 Oleg BroytmanVersion 0.2.1: Convert README to reST 0.2.1
2017-04-30 Oleg BroytmanPublished at PyPI
2017-04-30 Oleg BroytmanFix doc title
2017-04-30 Oleg BroytmanVersion 0.2.0 0.2.0
2017-04-30 Oleg BroytmanAdd release script
2017-04-30 Oleg BroytmanRemove SQLite DB before tests; just in case
2017-04-30 Oleg BroytmanUse Portable Python Utilities
2017-04-30 Oleg BroytmanFix comment in appveyor.yml
2017-04-29 Oleg BroytmanTODO: Test at Travis and AppVeyor with Postgres
2017-04-29 Oleg BroytmanTest at AppVeyor
2017-04-29 Oleg BroytmanTest at Travis
2017-04-29 Oleg BroytmanPython 3.5, 3.6
2017-04-29 Oleg BroytmanRemove publish-docs
2017-04-29 Oleg BroytmanMove get-commit-message.vim and mk-git-aliases to devsc...
2017-04-28 Oleg BroytmanAdd home/repo/tracker URLs
2017-04-28 Oleg BroytmanUse htdocs.path instead of absolute path
2017-04-28 Oleg BroytmanGitHub: done
2017-04-28 Oleg BroytmanMove README.html to gitweb/
2017-04-27 Oleg BroytmanTODO: GitHub, Travis, AppVeyor, PyPI
2017-04-26 Oleg BroytmanVersion 0.1.2: Fix dependencies 0.1.2
2017-04-26 Oleg BroytmanVersion 0.1.1: Install m_lib.defenc and m_lib from... 0.1.1
2017-04-26 Oleg BroytmanUpdate get-commit-message.vim: remove asterisk
2017-04-26 Oleg BroytmanUpdate installation instruction for virtual envs
2017-04-26 Oleg BroytmanUpdate installation instruction: fix trusted host
2017-04-26 Oleg BroytmanInstall m_lib.defenc and m_lib from PyPI
2017-04-17 Oleg BroytmanRemove update script
2017-04-16 Oleg BroytmanAdd installation instructions
2017-04-15 Oleg BroytmanFix docstring format
2017-04-15 Oleg BroytmanFix sdist and git alias
2017-04-15 Oleg BroytmanMove ChangeLog to docs/news.rst and convert to reST
2017-04-15 Oleg Broytman[setup.cfg] Remove outdated ez_setup.py
2017-04-14 Oleg Broytman[mysql2sql] Show the name of the file being converted
2017-03-19 Oleg BroytmanTODO: Publish at GitHub and PyPI, test at Travis
2017-03-19 Oleg BroytmanConvert extended INSERTs to plain INSERTs: done!
2017-03-19 Oleg BroytmanInclude demo.sql, test.out and tox.ini into sdist
2017-03-19 Oleg BroytmanVersion 0.1.0: Split extended INSERTs (mysql2sql) 0.1.0
2017-03-19 Oleg BroytmanTest mysql2sql with tox
2017-03-19 Oleg BroytmanRebuild docs in a venv using system Sphinx
2017-03-19 Oleg BroytmanUpdate docs: mysql2sql can now split extended INSERTs
2017-03-19 Oleg BroytmanFix mysql2sql: do not mix output and messages
2017-03-19 Oleg BroytmanFix mysql2sql: args.pg
2017-03-19 Oleg BroytmanSeparate split INSERTs with newlines
2017-03-19 Oleg BroytmanUpdate extended INSERTs in demo.sql
2017-03-19 Oleg BroytmanFix: test if token is an instance of Comment
2017-03-19 Oleg BroytmanCalculate version/revision from sqlconvert.__version__
2017-03-18 Oleg BroytmanVersion 0.0.8: Split extended INSERTs 0.0.8
2017-03-18 Oleg BroytmanSplit extended INSERTs
2017-03-12 Oleg BroytmanVarious minor updates in docs
2017-03-12 Oleg BroytmanFix pip's --install-option: --compile is default and...
2017-03-12 Oleg BroytmanImplement is_insert()
2017-03-11 Oleg BroytmanRefactor is_comment_or_space
2017-01-30 Oleg BroytmanRemove deprecated ez_setup.py
2016-11-23 Oleg BroytmanUpgrade ez_setup.py
2016-11-13 Oleg BroytmanDrop test DB if it persisted from the previous run
2016-10-01 Oleg BroytmanSet toxworkdir to ~/.tox
2016-10-01 Oleg BroytmanOmit trivial __init__.py and __version__.py from test...
2016-10-01 Oleg BroytmanAdd a test for is_newline_statement()
2016-10-01 Oleg BroytmanSplit test_process_tokens.py -> test_process_mysql.py
2016-09-30 Oleg BroytmanTest print_tokens() with encoding
2016-09-30 Oleg BroytmanDocument that the program requotes names
2016-09-30 Oleg BroytmanReorder processing
2016-09-28 Oleg BroytmanMake process_statement() a generator
2016-09-28 Oleg BroytmanClean up StatementGrouper on close
2016-09-28 Oleg BroytmanUse `return` instead `raise StopIteration`
2016-09-28 Oleg BroytmanIgnore coverage data and reports
2016-09-28 Oleg BroytmanExtend demo.sql: add extended INSERTs with and w/o...
2016-09-27 Oleg BroytmanDone: convert string escapes
2016-09-26 Oleg BroytmanVersion 0.0.7: Change quoting style to MySQL, PostgreSQ... 0.0.7
2016-09-26 Oleg BroytmanUse test coverage in tox.ini
2016-09-26 Oleg BroytmanAdd a test for print_tokens()
2016-09-26 Oleg BroytmanRename test_tokens.py -> test_process_tokens.py
2016-09-26 Oleg BroytmanFix a bug: assign buffer even if encoding is None
2016-09-26 Oleg BroytmanChange quoting style to MySQL, PostgreSQL or SQLite
2016-09-25 Oleg BroytmanVersion 0.0.6: string (un)escaping, tests with Pg/SQLite 0.0.6
2016-09-25 Oleg BroytmanUpdate docs
2016-09-25 Oleg BroytmanAdd tests for SQLite
2016-09-25 Oleg BroytmanUse SQLObject for string quoting
2016-09-25 Oleg BroytmanUnescape all known escapes
2016-09-25 Oleg BroytmanDo not test statements in StatementGrouper
2016-09-25 Oleg BroytmanDo not clean up: rm doesn't work
2016-09-25 Oleg BroytmanGlobally skip a module that requires Postgres connection
2016-09-25 Oleg BroytmanExclude tests/conftest.py from flake8 tests with directive
2016-09-24 Oleg BroytmanRun flake8 from root to test docs and scripts
2016-09-24 Oleg BroytmanAdd a test for unescaped strings for Postgres
2016-09-24 Oleg BroytmanRemove unused py.test
2016-09-24 Oleg BroytmanSimplify tox.ini: call pytest with the current python
2016-09-23 Oleg BroytmanFix copy/paste in .gitignore
2016-09-23 Oleg BroytmanExtend .gitignore
2016-09-23 Oleg BroytmanMinor refactoring of MANIFEST.in
2016-09-21 Oleg BroytmanIgnore .cache and .tox directories only at the top
2016-09-20 Oleg BroytmanUse coverage and tox for testing
2016-09-20 Oleg BroytmanFix scripts in setup.py
next