sqlitebrowser-recipe:utf8grammar

Last commit made on 2014-08-15
Get this branch:
git clone -b utf8grammar https://git.launchpad.net/sqlitebrowser-recipe

Branch merges

Branch information

Name:
utf8grammar
Repository:
lp:sqlitebrowser-recipe

Recent commits

3b9e2f0... by Martin Kleusberg <email address hidden>

First attempt towards a SQL lexer/parser which supports multibyte Unicode

b754284... by Martin Kleusberg <email address hidden>

Grammar: Show antlr error message where possible

When catching an exception thrown by antlr print all the information
which has been provided.

cf0213c... by rp

sqlitemodel: fix endless loop if offset is used in LIMIT

58867aa... by rp

edittable: update comment

ff50a94... by rp

edittable: add ability to set the unique constraint on a table

f291f89... by rp

sqlitetypes: extract unique information of columns

b355005... by Justin Clift <email address hidden>

Update 3.0.1 version number with 999.0.0 placeholder

As suggested by Martin here: https://github.com/sqlitebrowser/sqlitebrowser/pull/71/files#r15728485

610d907... by Martin Kleusberg <email address hidden>

Merge pull request #71 from elfring/Complete_quoting_for_parameters_of_some_CMake_commands

Complete quoting for parameters of some CMake commands.

2e5405a... by Tim Brust <email address hidden>

Update BUILDING.md by specifing path for cmake

Being in the root directory cmake needed a path for the CMakeLists.txt - otherwise cmake won't run

d3ccdc2... by Markus Elfring

Bug #58: Completed quoting for parameters of some CMake commands

A wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes.

Quoting was added so that more places should also handle file names correctly
which contain space characters or semicolons eventually.

Signed-off-by: Markus Elfring <email address hidden>