Branch: refs/heads/master
Home: https://github.com/phpmyadmin/sql-parser
Commit: 60bd0a2c68e8e0d90fcec05cabbc475f35d02889
https://github.com/phpmyadmin/sql-parser/commit/60bd0a2c68e8e0d90fcec05cabb…
Author: Dan Ungureanu <udan1107(a)gmail.com>
Date: 2017-05-08 (Mon, 08 May 2017)
Changed paths:
M src/Lexer.php
M tests/Lexer/LexerTest.php
A tests/data/lexer/lexDelimiterLen.in
A tests/data/lexer/lexDelimiterLen.out
Log Message:
-----------
Maximum length of a delimiter is 15 characters.
Fixes #12.
Signed-off-by: Dan Ungureanu <udan1107(a)gmail.com>
Commit: 50516682a2b8ffa38e6150b6a99145a8548588dc
https://github.com/phpmyadmin/sql-parser/commit/50516682a2b8ffa38e6150b6a99…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M src/Lexer.php
M tests/Lexer/LexerTest.php
A tests/data/lexer/lexDelimiterLen.in
A tests/data/lexer/lexDelimiterLen.out
Log Message:
-----------
Merge pull request #150 from udan11/fix_12
Maximum length of a delimiter is 15 characters.
Compare: https://github.com/phpmyadmin/sql-parser/compare/eac7d22282a5...50516682a2b8
Branch: refs/heads/master
Home: https://github.com/phpmyadmin/website
Commit: ca38a9d2e66e678388eadc347953b53582292ca5
https://github.com/phpmyadmin/website/commit/ca38a9d2e66e678388eadc347953b5…
Author: Michal Čihař <michal(a)cihar.com>
Date: 2017-05-09 (Tue, 09 May 2017)
Changed paths:
M files/models.py
M pmaweb/templates/_dlrow.html
Log Message:
-----------
Simplify listing of stable files
List just filename (same as we do with other downloads).
Fixes #64
Signed-off-by: Michal Čihař <michal(a)cihar.com>