ClickHouse® is a real-time analytics DBMS
Go to file
Pavel Kartavyy 8d857bd434 Fixed coding style. Changed extractAll behaviour [#CONV-8285]
Now extractAll works without overcrossing.
New version:
#extractAll('abba', 'abbabba)
>['abba']

Old one:
#extractAll('abba', 'abbabba)
>['abba', 'abba']
2013-08-05 08:40:56 +00:00
dbms Fixed coding style. Changed extractAll behaviour [#CONV-8285] 2013-08-05 08:40:56 +00:00
libs libmysqlxx/DateTime: fixed bug [#CONV-8035]. 2013-07-01 16:38:13 +00:00
tools logrotate/template - исправление [#CONV-7929] 2013-07-02 11:35:38 +00:00
utils Addition to prev. revision [#CONV-2944]. 2013-02-22 19:29:39 +00:00