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
path:
root
/
sqlparse
/
lexer.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Handle REPLACE as DML token and recognize hex numbers (thanks Ervin).
Andi Albrecht
2011-02-28
1
-0
/
+1
*
Improve float parsing (thanks, Kris).
Andi Albrecht
2011-01-26
1
-0
/
+1
*
Add NOT NULL as keyword (fixes issue18).
Andi Albrecht
2010-11-22
1
-0
/
+1
*
Match single line comments at end of string.
Andi Albrecht
2010-11-14
1
-1
/
+4
*
Fix typo: Comparsion -> Comparison.
Andi Albrecht
2010-07-04
1
-1
/
+1
*
PEP8: Code cleanup.
Andi Albrecht
2010-07-04
1
-8
/
+8
*
Clean up imports.
Andi Albrecht
2010-07-04
1
-35
/
+35
*
Improve detection of escaped single quotes (fixes issue13, reported by Martin...
Andi Albrecht
2010-06-17
1
-2
/
+2
*
Distinguish between operators that are part of a comparsion and others.
Andi Albrecht
2009-07-12
1
-1
/
+2
*
Fix incorrect detection of keyword fragments in names (fixes issue7, reported...
Andi Albrecht
2009-06-24
1
-3
/
+3
*
pep8'ified the code a bit.
Andi Albrecht
2009-06-11
1
-3
/
+7
*
Basic support for T-SQL variables prefixed with @.
Andi Albrecht
2009-04-30
1
-0
/
+1
*
Recognize backticks quoting identifiers.
Andi Albrecht
2009-04-29
1
-0
/
+4
*
Initial import.
Andi Albrecht
2009-04-03
1
-0
/
+310