]> git.phdru.name Git - sqlconvert.git/log
sqlconvert.git
7 years agoFind an error in parse tree
Oleg Broytman [Thu, 4 Aug 2016 17:01:09 +0000 (20:01 +0300)]
Find an error in parse tree

7 years agoRefactor 'else if' to 'elif'
Oleg Broytman [Thu, 4 Aug 2016 17:00:42 +0000 (20:00 +0300)]
Refactor 'else if' to 'elif'

7 years agoParse command-line queries separately
Oleg Broytman [Wed, 3 Aug 2016 20:49:42 +0000 (23:49 +0300)]
Parse command-line queries separately

7 years agoParse many queries from command line
Oleg Broytman [Wed, 3 Aug 2016 16:05:51 +0000 (19:05 +0300)]
Parse many queries from command line

7 years agoDo not output statement separators in print_tokens
Oleg Broytman [Wed, 3 Aug 2016 16:01:22 +0000 (19:01 +0300)]
Do not output statement separators in print_tokens

7 years agoMinor refactoring
Oleg Broytman [Wed, 3 Aug 2016 15:57:34 +0000 (18:57 +0300)]
Minor refactoring

7 years agoPass setup.py install option --optimize
Oleg Broytman [Wed, 3 Aug 2016 14:22:25 +0000 (17:22 +0300)]
Pass setup.py install option --optimize

7 years agoMake tag-with-version alias
Oleg Broytman [Tue, 2 Aug 2016 16:21:23 +0000 (19:21 +0300)]
Make tag-with-version alias

7 years agoUpgrade ez_setup.py
Oleg Broytman [Sat, 30 Jul 2016 22:55:31 +0000 (01:55 +0300)]
Upgrade ez_setup.py

7 years agoRequire argparse for python 2.6
Oleg Broytman [Fri, 29 Jul 2016 20:17:54 +0000 (23:17 +0300)]
Require argparse for python 2.6

7 years agoUse ._pprint_tree() instead of print_subtree()
Oleg Broytman [Fri, 29 Jul 2016 06:30:38 +0000 (09:30 +0300)]
Use ._pprint_tree() instead of print_subtree()

7 years agoDeclare Python 3 compatibility
Oleg Broytman [Thu, 28 Jul 2016 22:50:49 +0000 (01:50 +0300)]
Declare Python 3 compatibility

7 years agoUse except SystemExit as msg for Python 3 compatibility
Oleg Broytman [Thu, 28 Jul 2016 22:50:11 +0000 (01:50 +0300)]
Use except SystemExit as msg for Python 3 compatibility

7 years agoExplain Ignore: E402
Oleg Broytman [Tue, 26 Jul 2016 19:47:05 +0000 (22:47 +0300)]
Explain Ignore: E402

7 years agoChange classifiers: intended audience are developers
Oleg Broytman [Mon, 25 Jul 2016 21:34:58 +0000 (00:34 +0300)]
Change classifiers: intended audience are developers

7 years agoUse print function for Python 3 compatibility
Oleg Broytman [Mon, 25 Jul 2016 21:34:50 +0000 (00:34 +0300)]
Use print function for Python 3 compatibility

7 years agoAdd the first test
Oleg Broytman [Sat, 23 Jul 2016 03:18:51 +0000 (06:18 +0300)]
Add the first test

7 years agoOutput tokens to an output stream instead of printing
Oleg Broytman [Sat, 23 Jul 2016 03:17:22 +0000 (06:17 +0300)]
Output tokens to an output stream instead of printing

Convert a list of tokens tokens to a string.

7 years agoAdd some initial code and a small demo script
Oleg Broytman [Sat, 23 Jul 2016 03:06:19 +0000 (06:06 +0300)]
Add some initial code and a small demo script

7 years agoRequire sqlparse
Oleg Broytman [Sat, 23 Jul 2016 00:18:04 +0000 (03:18 +0300)]
Require sqlparse

7 years agoBetter explain the project
Oleg Broytman [Sat, 23 Jul 2016 00:17:27 +0000 (03:17 +0300)]
Better explain the project

7 years agoFix flake8 warning
Oleg Broytman [Sat, 23 Jul 2016 00:17:00 +0000 (03:17 +0300)]
Fix flake8 warning

Fix E402 module level import not at top of file.

7 years agoInitial commit - created the project
Oleg Broytman [Fri, 22 Jul 2016 16:34:14 +0000 (19:34 +0300)]
Initial commit - created the project