Carlos Salguero
c375fd068b
PT-193 Fixed regex in TableParser
...
TableParser's parse function was failing while trying to lowercase
column names in the provided 'SHOW CREATE TABLE'.
The problem was it was trying to lowercase everything between backticks
but lines like these:
`field_name` int comment "here is a ` in the comment"
`second_field_name` int
made the original regex to fail, matching `in the coment"` as an
expression to be lowercased while second_file_name was considered as
outside backticks.
2017-08-14 21:01:30 -03:00
..
2017-06-10 11:45:33 -04:00
2015-01-16 16:49:30 -02:00
2013-03-19 11:58:26 -06:00
2017-07-31 16:07:19 -03:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2014-07-02 17:55:31 -03:00
2017-03-10 14:51:43 -03:00
2013-01-02 17:19:16 -07:00
2013-01-31 19:51:38 -03:00
2017-04-25 16:50:54 -03:00
2013-01-31 19:51:38 -03:00
2013-01-02 17:19:16 -07:00
2017-05-29 17:11:02 -03:00
2013-04-06 10:44:20 -06:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2016-10-27 13:39:51 -03:00
2016-02-14 22:26:25 -03:00
2013-02-25 13:10:03 -03:00
2013-02-20 09:37:43 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-31 14:52:34 -03:00
2013-02-20 11:41:42 -07:00
2013-01-02 17:19:16 -07:00
2015-08-20 10:30:46 -03:00
2016-06-13 14:47:32 -03:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2015-12-06 19:14:06 -03:00
2013-12-11 16:51:19 -08:00
2013-02-01 13:29:48 -03:00
2017-03-15 17:37:34 -03:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-03-05 11:27:56 -03:00
2017-04-27 12:06:43 -03:00
2016-12-15 18:04:17 -03:00
2014-07-30 19:28:37 -03:00
2016-11-01 19:05:49 -03:00
2013-01-02 17:19:16 -07:00
2017-03-30 10:10:54 -03:00
2013-01-02 17:19:16 -07:00
2017-04-28 17:15:53 -03:00
2013-01-31 14:52:34 -03:00
2013-01-02 17:19:16 -07:00
2013-04-16 13:01:30 -03:00
2016-02-05 13:35:44 -03:00
2013-04-16 12:20:34 -03:00
2013-03-07 11:29:30 -03:00
2013-03-11 17:38:42 -06:00
2013-08-03 12:11:56 -07:00
2016-03-16 17:39:30 -03:00
2013-03-01 16:35:43 -03:00
2014-05-24 19:53:23 -03:00
2013-10-10 15:58:02 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2017-07-25 22:01:05 -03:00
2013-02-01 14:06:13 -03:00
2013-03-11 17:38:42 -06:00
2015-03-30 16:20:18 -03:00
2013-03-05 16:18:02 -07:00
2016-06-23 17:14:25 -03:00
2013-01-02 17:19:16 -07:00
2013-02-27 19:23:08 -07:00
2013-05-15 13:27:44 -07:00
2017-04-27 16:44:46 -03:00
2017-03-09 17:14:37 -03:00
2017-03-22 23:20:01 -04:00
2013-01-02 17:19:16 -07:00
2016-05-14 11:52:18 +03:00
2013-01-02 17:19:16 -07:00
2016-01-28 21:39:27 -03:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2016-06-22 13:17:57 -03:00
2017-08-14 21:01:30 -03:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2017-05-03 15:48:11 -03:00
2013-02-25 12:13:35 -03:00
2013-01-02 17:19:16 -07:00
2013-01-02 17:19:16 -07:00
2016-02-05 13:35:44 -03:00
2015-04-01 16:45:23 -03:00
2014-09-19 13:05:53 -03:00
2015-06-03 17:28:40 -03:00
2016-02-24 17:17:40 -03:00
2013-02-05 10:22:31 -07:00
2013-01-02 17:19:16 -07:00