Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'master' into v0.2.0v0.2.0 | Andi Albrecht | 2015-07-26 | 1 | -0/+10 |
|\ | |||||
| * | Recognize MSSQL temp tables and distinguish from MySQL comments (fixes #192). | Andi Albrecht | 2015-07-26 | 1 | -0/+10 |
| | | |||||
* | | Merge remote-tracking branch 'origin/master' into v0.2.0 | Andi Albrecht | 2015-04-12 | 1 | -0/+10 |
|\ \ | |/ | |||||
| * | Support comments starting with '#' character (fixes #178). | Andi Albrecht | 2015-03-16 | 1 | -0/+10 |
| | | |||||
* | | Merge master into v0.2.0. | Andi Albrecht | 2015-03-05 | 1 | -26/+55 |
|\ \ | |/ | |||||
| * | Add a bunch of square bracket tests | Darik Gamble | 2015-03-04 | 1 | -26/+46 |
| | | |||||
| * | Allow identifiers to start with an underscore (fixes #175). | Andi Albrecht | 2015-03-01 | 1 | -0/+9 |
| | | |||||
* | | Merge master into v0.2.0 branch. | Andi Albrecht | 2015-02-21 | 1 | -0/+58 |
|\ \ | |/ | |||||
| * | (postgresql) Add support for square bracket array indexing, by darikg. | Andi Albrecht | 2015-02-08 | 1 | -0/+49 |
| | | | | | | | | Pull request #170 with trivial conflicts resolved. | ||||
| * | Add double precision as a built-in datatype | Darik Gamble | 2015-02-06 | 1 | -0/+9 |
| | | |||||
* | | Remove six dependency. | Andi Albrecht | 2015-01-17 | 1 | -6/+5 |
| | | | | | | | | | | We only use very little of six. That isn't worth to add an extra dependency. | ||||
* | | Migrate to six and get rid of 2to3. | Andi Albrecht | 2015-01-17 | 1 | -8/+10 |
|/ | | | | | | | | Now we've got really a single code base for both Python 2 and 3. For now it just adds a dependency to six which should be available on most systems. However, if it turns out to switch back to no dependencies it should be fairly easy to replace six by some conditional imports. | ||||
* | Fix a regression for identifiers with square bracktes notation (fixes #153). | Andi Albrecht | 2014-12-01 | 1 | -0/+7 |
| | |||||
* | Handle modulo operator without spaces | Gavin Wahl | 2014-08-07 | 1 | -0/+4 |
| | | | | | | | `x %3` should be interpreted as a modulo operation, not a parameter marker. Co-authored-by: Rocky Meza <rmeza@fusionbox.com> | ||||
* | Fix Function.get_parameters() returning empty list for SQL functions that ↵ | spigwitmer | 2014-02-05 | 1 | -0/+5 |
| | | | | have a single nested function as a param | ||||
* | Fix Function.get_parameters() with 1 literal as its parameter | spigwitmer | 2014-02-04 | 1 | -0/+5 |
| | |||||
* | Fix incorrect parsing of string literals with line breaks (fixes #118). | Andi Albrecht | 2013-11-06 | 1 | -0/+6 |
| | |||||
* | Fix tagging of identifiers by not taking single quoted strings into account ↵ | Andi Albrecht | 2013-09-28 | 1 | -0/+12 |
| | | | | (fixes #111). | ||||
* | Parse scientific numbers as floats (fixes #107). | Andi Albrecht | 2013-08-26 | 1 | -0/+7 |
| | |||||
* | Improve parsing of PEP249-style placeholder (fixes #103). | Andi Albrecht | 2013-06-29 | 1 | -0/+11 |
| | |||||
* | Update authors and changelog. | Andi Albrecht | 2013-05-10 | 1 | -1/+1 |
| | |||||
* | Added test for Function.get_parameters(). | wayne.wuw | 2013-05-09 | 1 | -0/+5 |
| | |||||
* | Fix parsing error with dollar-quoted procedure bodies (fixes issue83). | Andi Albrecht | 2012-12-22 | 1 | -0/+21 |
| | |||||
* | PEP8'ified to code a bit. | Andi Albrecht | 2012-11-12 | 1 | -1/+1 |
| | |||||
* | Improve handling of quoted indentifiers (fixes issue78). | Andi Albrecht | 2012-11-03 | 1 | -0/+7 |
| | |||||
* | Make keyword detection more restrict (fixes issue47). | Andi Albrecht | 2011-09-29 | 1 | -0/+4 |
| | | | | | Keywords most likely don't follow dots. Maybe there are other exclusions too, but for now let's just go with this one. | ||||
* | Add parsing of MS Access column names with braces (fixes issue27). | Andi Albrecht | 2011-07-29 | 1 | -0/+7 |
| | |||||
* | Detection of placeholders in paramterized queries (fixes issue22). | Andi Albrecht | 2011-07-25 | 1 | -0/+20 |
| | |||||
* | Improve float parsing (thanks, Kris). | Andi Albrecht | 2011-01-26 | 1 | -0/+14 |
| | |||||
* | Query token ancestry. | Andi Albrecht | 2009-07-12 | 1 | -0/+24 |
| | |||||
* | Turn relative import in tests module to absolute imports. | Andi Albrecht | 2009-04-30 | 1 | -1/+1 |
| | |||||
* | Initial import. | Andi Albrecht | 2009-04-03 | 1 | -0/+39 |