summaryrefslogtreecommitdiff
path: root/tests/test_parse.py
Commit message (Expand)AuthorAgeFilesLines
* change singleton behaviorSimon Heisterkamp2023-01-021-4/+4
* flake8Simon Heisterkamp2023-01-021-4/+15
* lexer documentationSimon Heisterkamp2023-01-021-5/+1
* test for changing the regexSimon Heisterkamp2023-01-021-3/+31
* remove type annotations for python 3.5 compatibilitySimon Heisterkamp2023-01-021-1/+0
* test configurable syntaxSimon Heisterkamp2023-01-021-0/+43
* Allow any unicode character as identifier name (fixes #641).Andi Albrecht2022-09-101-0/+1
* DIV is OperatorAki Ariga2022-08-081-0/+6
* Fix parsing of scientific numbers (fixes #399).Andi Albrecht2021-07-141-4/+10
* Don't make parsing of square bracket identifiers too greedy (fixes #583).Andi Albrecht2020-09-301-0/+6
* Remove support for end-of-life PythonsJon Dufresne2020-08-311-9/+7
* Restrict detection of alias names (fixes #455).Andreas Albrecht2019-10-091-2/+2
* Revamped pprint_treeMrVallentin2019-01-071-53/+53
* Fix from( parsing issue (fixes #446)Fredy Wijaya2018-12-031-0/+18
* Fix reindent issue for parenthesis (fixes issue 427)Fredy Wijaya2018-12-031-0/+21
* Fix issue with get_real_name returning incorrect nameFredy Wijaya2018-03-211-0/+9
* Fix typostypoVictor Uriarte2017-11-291-2/+2
* Recognize MySQL table names starting with digits (fixes #337).Andi Albrecht2017-05-251-2/+5
* Decode bytes to unicode in Lexer.get_tokens().Oleg Broytman2016-08-311-1/+19
* Parse double dollars (PostgreSQL) as literal strings (fixes #277).Andi Albrecht2016-08-131-0/+19
* Parametrize testsVictor Uriarte2016-06-201-40/+17
* Remove some test classes and clean-upVictor Uriarte2016-06-201-205/+212
* Replace other UnitTest with Py.TestVictor Uriarte2016-06-201-106/+109
* Replace ndiffAssertEqual with Py.TestVictor Uriarte2016-06-201-2/+1
* Fix token-parent behaviorVictor Uriarte2016-06-121-0/+8
* Restyle pprint_tree and align upto idx=99Victor Uriarte2016-06-121-13/+58
* Test for wildcards vs multiplication tokensVictor Uriarte2016-06-111-0/+11
* Improve test by splitting multiple assertsVictor Uriarte2016-06-111-10/+10
* Add pprint_testVictor Uriarte2016-06-111-1/+20
* Fix get_token_at_offset behavior at edgeVictor Uriarte2016-06-111-0/+12
* Code cleanup in tests.Andi Albrecht2015-10-261-1/+1
* Use compat module for single Python 2/3 code base.Andi Albrecht2015-10-261-5/+5
* Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192).Andi Albrecht2015-07-261-0/+10
* Support comments starting with '#' character (fixes #178).Andi Albrecht2015-03-161-0/+10
* Add a bunch of square bracket testsDarik Gamble2015-03-041-26/+46
* Allow identifiers to start with an underscore (fixes #175).Andi Albrecht2015-03-011-0/+9
* (postgresql) Add support for square bracket array indexing, by darikg.Andi Albrecht2015-02-081-0/+49
* Add double precision as a built-in datatypeDarik Gamble2015-02-061-0/+9
* Fix a regression for identifiers with square bracktes notation (fixes #153).Andi Albrecht2014-12-011-0/+7
* Handle modulo operator without spacesGavin Wahl2014-08-071-0/+4
* Fix Function.get_parameters() returning empty list for SQL functions that hav...spigwitmer2014-02-051-0/+5
* Fix Function.get_parameters() with 1 literal as its parameterspigwitmer2014-02-041-0/+5
* Fix incorrect parsing of string literals with line breaks (fixes #118).Andi Albrecht2013-11-061-0/+6
* Fix tagging of identifiers by not taking single quoted strings into account (...Andi Albrecht2013-09-281-0/+12
* Parse scientific numbers as floats (fixes #107).Andi Albrecht2013-08-261-0/+7
* Improve parsing of PEP249-style placeholder (fixes #103).Andi Albrecht2013-06-291-0/+11
* Update authors and changelog.Andi Albrecht2013-05-101-1/+1
* Added test for Function.get_parameters().wayne.wuw2013-05-091-0/+5
* Fix parsing error with dollar-quoted procedure bodies (fixes issue83).Andi Albrecht2012-12-221-0/+21
* PEP8'ified to code a bit.Andi Albrecht2012-11-121-1/+1