index
:
delta/python-packages/sqlparse.git
filters_sql
issue_66
issue_73
master
milestone_0.1.5
milestone_0.2.0
rb-parse-create-table
typo
v0.2.0
github.com: andialbrecht/sqlparse.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix test
Corey Zumar
2020-01-16
1
-14
/
+14
*
Like/ilike comparison test
Corey Zumar
2020-01-16
1
-0
/
+35
*
Add symbols back to comparison test
Corey Zumar
2020-01-16
2
-1
/
+2
*
More test cases
Corey Zumar
2020-01-16
3
-2
/
+23
*
Add first test case
Corey Zumar
2020-01-16
2
-3
/
+4
*
Map like and ilike clauses to comparisons
Corey Zumar
2020-01-16
1
-1
/
+1
*
CI: Try to simplify Travis configuration.
Andreas Albrecht
2020-01-08
1
-3
/
+1
*
Add Python 3.8 to list of classifiers.
Andreas Albrecht
2020-01-08
1
-0
/
+1
*
CI: Add Python 3.8 to test matrix.
Andreas Albrecht
2020-01-08
1
-0
/
+1
*
Refactored extract column defs example (fixes #439, #411, #526).
Andreas Albrecht
2020-01-06
1
-13
/
+20
*
Update changelog.
Andreas Albrecht
2020-01-06
1
-0
/
+1
*
Stabilize grouping engine when parsing invalid SQL statements.
Andreas Albrecht
2020-01-06
1
-2
/
+2
*
Update changelog.
Andreas Albrecht
2019-10-21
1
-0
/
+1
*
CI: Skip codecov after code checks.
Andreas Albrecht
2019-10-20
1
-0
/
+1
*
CI: Try to run codechecks.
Andreas Albrecht
2019-10-20
1
-0
/
+6
*
Code cleanup.
Andreas Albrecht
2019-10-20
5
-19
/
+26
*
Update changelog and authors.
Andreas Albrecht
2019-10-20
2
-0
/
+2
*
support typed literals (if that's what they're called)
Dvořák Václav
2019-10-20
4
-6
/
+71
*
[sql] Fix TokenList.__init__ when no tokens are provided
John Bodley
2019-10-09
1
-1
/
+1
*
Update changelog.
Andreas Albrecht
2019-10-09
1
-0
/
+1
*
[fix] Addressing issue #507
John Bodley
2019-10-09
2
-3
/
+11
*
Restrict detection of alias names (fixes #455).
Andreas Albrecht
2019-10-09
4
-20
/
+35
*
Update extract_table_names.py
James Winegar
2019-07-18
1
-1
/
+1
*
Update Changelog.
Andi Albrecht
2019-06-26
1
-0
/
+3
*
Revert "Add in slash comment functionality"
Toby Mao
2019-06-26
3
-23
/
+2
*
Optimize parsing of literal blocks between dollar signs (fixes #491).
Andi Albrecht
2019-06-26
2
-1
/
+3
*
Update README.
Andi Albrecht
2019-06-25
1
-0
/
+4
*
Fix typo
)_(
2019-06-13
1
-1
/
+1
*
Remove markup that github doesn't understand.
Andi Albrecht
2019-05-26
1
-1
/
+1
*
Correct some minor errors on Introduction page.
Andi Albrecht
2019-05-25
1
-8
/
+3
*
Replace print statment by print function in documentation.
Andi Albrecht
2019-05-25
1
-1
/
+1
*
Re-use parts of the README in documentation.
Andi Albrecht
2019-05-25
3
-50
/
+44
*
Minor documentation fixes.
Andi Albrecht
2019-05-25
4
-22
/
+19
*
Add support for time zone casts (fixes #489).
Andi Albrecht
2019-05-16
5
-1
/
+31
*
Identitfy NULLS FIRST/LAST as keywords (fixes #487).
Andi Albrecht
2019-05-01
3
-0
/
+9
*
Update changelog and authors and add regression test for #485.
Andi Albrecht
2019-04-17
3
-0
/
+16
*
Fixes #485
William Ivanski
2019-04-17
1
-1
/
+1
*
Fixes #485
William Ivanski
2019-04-17
1
-1
/
+0
*
Fixes #485
William Ivanski
2019-04-17
1
-6
/
+9
*
Add regression test for #484.
Andi Albrecht
2019-03-30
1
-0
/
+17
*
Update documentation to decrease chance of misunderstandings
Taras
2019-03-14
1
-1
/
+1
*
Update changelog.
Andi Albrecht
2019-03-12
2
-1
/
+4
*
Added HQL Keywords
mathilde.oustlant
2019-03-12
1
-2
/
+97
*
Switch to twine, it's the modern world.
Andi Albrecht
2019-03-11
1
-2
/
+2
*
Switch back to development.
Andi Albrecht
2019-03-11
2
-1
/
+7
*
Bump version.
0.3.0
Andi Albrecht
2019-03-11
2
-3
/
+3
*
Avoid formatting of psql commands (fixes #469).
Andi Albrecht
2019-03-11
6
-1
/
+21
*
Update changelog.
Andi Albrecht
2019-03-10
1
-0
/
+6
*
Remove unnecessary compat shim for bytes
Jon Dufresne
2019-03-10
2
-4
/
+2
*
[tokenizer] Addressing @andialbrecht comments
John Bodley
2019-03-10
1
-6
/
+6
[next]