Skip to content

Commit a935be4

Browse files
author
gsherman
committedNov 20, 2004
Additional functionality for the query builder. Fields are populated when the builder opens. Values (sample and all) can be viewed. Double-clicking on a field name or value inserts it into the sql text box.
Still need to implement the test function and type checking to allow for automatic quoting of string values when added to the sql statement. git-svn-id: http://svn.osgeo.org/qgis/trunk@2293 c8812cc2-4d05-0410-92ff-de0c093fc19c
1 parent ede9822 commit a935be4

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎ChangeLog

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@ QGIS Change Log
33
------------------------------------------------------------------------------
44
Version 0.6 'Simon' .... development version
55

6+
2004-11-11 [gsherman] 0.5.0devel27
7+
** First pass at a PostgreSQL query builder. This is not entirely
8+
functional yet. Fields for a table are displayed and sample or all
9+
values can be displayed. Double-clicking on a field name or sample
10+
value pastes it into the sql query box at the current cursor
11+
position. The test function is not implemented yet nor is the type
12+
checking to allow auto quoting of text values in the sql statement.
13+
614
2004-11-19 [mcoletti] 0.5.devel26
715
** Changed QgsProject properties interface to be more similar to
816
QSettings. New properties are emitted to file. There is a known

‎configure.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ dnl ---------------------------------------------------------------------------
2626
MAJOR_VERSION=0
2727
MINOR_VERSION=5
2828
MICRO_VERSION=0
29-
EXTRA_VERSION=26
29+
EXTRA_VERSION=27
3030
if test $EXTRA_VERSION -eq 0; then
3131
VERSION=${MAJOR_VERSION}.${MINOR_VERSION}.${MICRO_VERSION}
3232
else

0 commit comments

Comments
 (0)
Please sign in to comment.