File: Changes

package info (click to toggle)
libsql-tokenizer-perl 0.24-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 176 kB
  • sloc: perl: 103; makefile: 2
file content (58 lines) | stat: -rw-r--r-- 1,317 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Revision history for SQL-Tokenizer

0.24

    - Dramatically reduce memory usage for quote handling - Luc Lanthier

0.23

    - Simplified regex and fix for back slashes in the end of a string - Luc Lanthier

0.22
    - Better handling of CR+LF in comments - Devin Withers

0.21
    - Better handling of $ placeholders - Nigel Metheringham

0.19
	- Allow `` quoted strings (similar to "" and '') - Jonas Kramer
	- Add dot to punctuation characters - Jonas Kramer

0.17
	- fixed issues with square brackets
	- now exports a function if required

0.16
	- now supports database.schema.table dialect.
	- required at least 5.6.2.

0.15
	- doesn't eat `@' anymore.

0.14
	- tests passes now in 5.6.2.

0.13
	- quote mark wasn't being properly tokenized (fixes DBIx::Placeholder::Named dependency).

0.12
	- fixed #34889.

0.11
	- added support for single line shell style comments as requested by Evan Harris.

0.10
	- added support for SQL operators as requested by Evan Harris.
	- tokenize() returns an arrayref if called in scalar context, an array if called in list context as requested by Evan Harris.
	- added remove_white_spaces parameter to tokenize() as suggested by Evan Harris.

0.09
    - removed use_ok from BEGIN block on tests (Test::More 0.74).

0.07
	- fixed C style comments.

0.06
    - first release.