CVS log for sql/odbc/parser3odbc.C

[BACK] Up to [parser3project] / sql / odbc

Request diff between arbitrary revisions - Display revisions graphically


Keyword substitution: kv
Default branch: MAIN


Revision 1.41: download - view: text, markup, annotated - select for diffs
Mon Oct 26 16:00:50 2015 UTC (10 years, 7 months ago) by moko
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.40: preferred, unified
Changes since revision 1.40: +2 -2 lines
Copyright year updated

Revision 1.40: download - view: text, markup, annotated - select for diffs
Wed Jun 6 14:50:09 2012 UTC (13 years, 11 months ago) by moko
Branches: MAIN
Diff to: previous 1.39: preferred, unified
Changes since revision 1.39: +5 -5 lines
compiler warnings fixed:
-format '%u' expects type 'unsigned int', but argument has type 'long unsigned int'

Revision 1.39: download - view: text, markup, annotated - select for diffs
Wed Apr 18 09:39:15 2012 UTC (14 years, 1 month ago) by moko
Branches: MAIN
Diff to: previous 1.38: preferred, unified
Changes since revision 1.38: +1 -1 lines
after global replace fixes. == -> =

Revision 1.38: download - view: text, markup, annotated - select for diffs
Fri Mar 16 10:05:04 2012 UTC (14 years, 2 months ago) by moko
Branches: MAIN
Diff to: previous 1.37: preferred, unified
Changes since revision 1.37: +3 -2 lines
ident now works under Linux + ident displays filenames (closes issue #818)
Copyright updated

Revision 1.37: download - view: text, markup, annotated - select for diffs
Wed Oct 27 22:48:50 2010 UTC (15 years, 7 months ago) by moko
Branches: MAIN
Diff to: previous 1.36: preferred, unified
Changes since revision 1.36: +26 -9 lines
new in-parser quoting implementation (fixes issue #1)

Revision 1.36: download - view: text, markup, annotated - select for diffs
Tue Jul 8 10:53:32 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
CVS tags: odbc_release_10_0
Diff to: previous 1.35: preferred, unified
Changes since revision 1.35: +1 -3 lines
- optimization for queries with limit==0 moved to another place (previous one didn't works with 'native' queries w/o sql specifics)

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jul 8 09:21:08 2008 UTC (17 years, 10 months ago) by misha
Branches: MAIN
Diff to: previous 1.34: preferred, unified
Changes since revision 1.34: +4 -2 lines
- little optimization with big offset and limit==0

Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Jul 4 16:20:02 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.33: preferred, unified
Changes since revision 1.33: +2 -2 lines
no message

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jul 4 15:36:05 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.32: preferred, unified
Changes since revision 1.32: +108 -33 lines
- option SQL=MSSQL|FireBird|Pervasive was added. if defined use server specific features and modify query before exec if limit/offset were specified

Revision 1.32: download - view: text, markup, annotated - select for diffs
Tue Jul 1 10:21:03 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.31: preferred, unified
Changes since revision 1.31: +27 -24 lines
- back to old transaction engine
- call commit after query execution if autocommit option wasn't disabled

Revision 1.31: download - view: text, markup, annotated - select for diffs
Tue Jul 1 08:56:06 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.30: preferred, unified
Changes since revision 1.30: +0 -6 lines
no message

Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Jul 1 08:51:16 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.29: preferred, unified
Changes since revision 1.29: +31 -14 lines
- skip transcode cell values for numeric types and some date types

Revision 1.26.2.1: download - view: text, markup, annotated - select for diffs
Mon Jun 30 10:13:04 2008 UTC (17 years, 11 months ago) by misha
Branches: release_3_1_4
CVS tags: odbc_release_9_5
Diff to: previous 1.26: preferred, unified; next MAIN 1.27: preferred, unified
Changes since revision 1.26: +29 -22 lines
- fix for openType & options while opening cursor and changes in skiping offset if any (big speedup on queries with big offset)

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri Jun 27 14:02:24 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.28: preferred, unified
Changes since revision 1.28: +4 -4 lines
- FastOffsetSearch is off by default (because of long 1st call)

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jun 27 13:38:36 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.27: preferred, unified
Changes since revision 1.27: +40 -51 lines
- connect string changed: our options after '?' now (as in other drivers)
- option MultiRowFetch => FastOffsetSearch

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jun 27 12:54:44 2008 UTC (17 years, 11 months ago) by misha
Branches: MAIN
Diff to: previous 1.26: preferred, unified
Changes since revision 1.26: +191 -96 lines
- $.limit(0) but fixed
- internal bug fixed optimisation: works much faster now with big offset
- accept option autocommit=0
- accept option MultiRowFetch=0 (by default it's on now)

Revision 1.26: download - view: text, markup, annotated - select for diffs
Mon Sep 13 14:47:43 2004 UTC (21 years, 8 months ago) by paf
Branches: MAIN
CVS tags: paf_left
Branch point for: release_3_1_4
Diff to: previous 1.25: preferred, unified
Changes since revision 1.25: +4 -3 lines
beauty: readonly bit specified [strangly that is not default]

Revision 1.25: download - view: text, markup, annotated - select for diffs
Mon Sep 13 10:56:44 2004 UTC (21 years, 8 months ago) by paf
Branches: MAIN
Diff to: previous 1.24: preferred, unified
Changes since revision 1.24: +2 -2 lines
bugfix: date values from database now have ...hh:mm:ss.mmm format (3 digits for fractions of a second)
were: 9 digits (exactly that odbc driver returned us, but refuses to eat it on input)

Revision 1.24: download - view: text, markup, annotated - select for diffs
Wed Jul 28 14:23:32 2004 UTC (21 years, 10 months ago) by paf
Branches: MAIN
Diff to: previous 1.23: preferred, unified
Changes since revision 1.23: +2 -2 lines
bugfix: isspace((unsigned char)c) everywhere. failed on russian letters

Revision 1.23: download - view: text, markup, annotated - select for diffs
Wed Jun 23 07:32:07 2004 UTC (21 years, 11 months ago) by paf
Branches: MAIN
Diff to: previous 1.22: preferred, unified
Changes since revision 1.22: +7 -2 lines
new api supported, not implemented yet:
	^void:sql{call paf(:a)}[
		$.bind[hash]
	]

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue May 25 07:07:28 2004 UTC (22 years ago) by paf
Branches: MAIN
CVS tags: release_3_1_3
Diff to: previous 1.21: preferred, unified
Changes since revision 1.21: +6 -6 lines
beauty: param renamed to reflect it's nature

Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Mar 30 08:18:24 2004 UTC (22 years, 2 months ago) by paf
Branches: MAIN
Diff to: previous 1.20: preferred, unified
Changes since revision 1.20: +3 -3 lines
merged bugfixes from 3.1.2

Revision 1.20.2.1: download - view: text, markup, annotated - select for diffs
Fri Mar 26 14:39:14 2004 UTC (22 years, 2 months ago) by paf
Branches: release_3_1_2
Diff to: previous 1.20: preferred, unified; next MAIN 1.21: preferred, unified
Changes since revision 1.20: +3 -3 lines
bugfix: tolower/toupper named with _str suffix to work around cases when they are macros [freebsd]

Revision 1.20: download - view: text, markup, annotated - select for diffs
Fri Mar 5 09:59:58 2004 UTC (22 years, 3 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_2
Diff to: previous 1.19: preferred, unified
Changes since revision 1.19: +57 -10 lines
new: odbc option [like that recently added to oracle driver]
            ClientCharset=parser-charset << charset in which parser thinks client works

Revision 1.19: download - view: text, markup, annotated - select for diffs
Fri Jan 30 07:30:40 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.18: preferred, unified
Changes since revision 1.18: +2 -3 lines
bugfix: connection struct mem to be controlled by libgc [oracle already fixed before]

Revision 1.18: download - view: text, markup, annotated - select for diffs
Mon Jan 26 15:13:13 2004 UTC (22 years, 4 months ago) by paf
Branches: MAIN
Diff to: previous 1.17: preferred, unified
Changes since revision 1.17: +37 -30 lines
change: moved to new interface [without extra 'services' passing back/forth]

Revision 1.17: download - view: text, markup, annotated - select for diffs
Wed Nov 19 12:57:43 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.16: preferred, unified
Changes since revision 1.16: +22 -21 lines
rename and comment on nvarchar(4) mfc bug

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Nov 10 08:44:53 2003 UTC (22 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.15: preferred, unified
Changes since revision 1.15: +2 -1 lines
removed patches
todo: test it

Revision 1.15.2.1: download - view: text, markup, annotated - select for diffs
Fri Oct 31 14:09:18 2003 UTC (22 years, 7 months ago) by paf
Branches: release_3_1_1
Diff to: previous 1.15: preferred, unified; next MAIN 1.16: preferred, unified
Changes since revision 1.15: +2 -1 lines
removed dbpatches,
todo: ask users if it's ok

Revision 1.15: download - view: text, markup, annotated - select for diffs
Mon Sep 29 06:14:16 2003 UTC (22 years, 8 months ago) by paf
Branches: MAIN
Branch point for: release_3_1_1
Diff to: previous 1.14: preferred, unified
Changes since revision 1.14: +2 -2 lines
fix: very old bug: wrong quote escaping

Revision 1.14: download - view: text, markup, annotated - select for diffs
Thu Jul 24 10:09:40 2003 UTC (22 years, 10 months ago) by paf
Branches: MAIN
CVS tags: release_3_1_0
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +44 -44 lines
moved tempate_gc to HEAD

Revision 1.13.6.2: download - view: text, markup, annotated - select for diffs
Tue Jul 22 11:23:09 2003 UTC (22 years, 10 months ago) by paf
Diff to: previous 1.13.6.1: preferred, unified; branchpoint 1.13: preferred, unified; next MAIN 1.14: preferred, unified
Changes since revision 1.13.6.1: +31 -30 lines
updated to interface v8

Revision 1.13.6.1: download - view: text, markup, annotated - select for diffs
Wed Mar 26 14:09:06 2003 UTC (23 years, 2 months ago) by paf
Diff to: previous 1.13: preferred, unified
Changes since revision 1.13: +18 -19 lines
mistakenly patched HEAD branch. copying changes to template_gc one

Revision 1.13: download - view: text, markup, annotated - select for diffs
Tue Jan 21 15:51:29 2003 UTC (23 years, 4 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_8
Diff to: previous 1.12: preferred, unified
Changes since revision 1.12: +2 -2 lines
2002->2003

Revision 1.12: download - view: text, markup, annotated - select for diffs
Mon Dec 9 12:33:28 2002 UTC (23 years, 5 months ago) by paf
Branches: MAIN
CVS tags: release_3_0_0007, release_3_0_0006
Diff to: previous 1.11: preferred, unified
Changes since revision 1.11: +8 -5 lines
changed exception handling mech in sql handlers #2

Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Oct 29 10:17:41 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.10: preferred, unified
Changes since revision 1.10: +15 -3 lines
binary field extracted as string with zero-chars inside
changed string.save [see]

Revision 1.10: download - view: text, markup, annotated - select for diffs
Tue Oct 22 10:12:46 2002 UTC (23 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.9: preferred, unified
Changes since revision 1.9: +21 -18 lines
column types extracted once per table [were per row]
data extract objects created once per table [were per cell]

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed May 15 14:06:07 2002 UTC (24 years ago) by paf
Branches: MAIN
CVS tags: release_3_0_0005, release_3_0_0004, release_3_0_0003, release_3_0_0002
Diff to: previous 1.8: preferred, unified
Changes since revision 1.8: +21 -10 lines
not-returning-tables sp execs checked

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed May 15 10:21:46 2002 UTC (24 years ago) by paf
Branches: MAIN
Diff to: previous 1.7: preferred, unified
Changes since revision 1.7: +13 -2 lines
EXEC, call, {
sql statement starts now considered as stored procedure call and cause table result extraction

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Apr 25 17:51:38 2002 UTC (24 years, 1 month ago) by paf
Branches: MAIN
Diff to: previous 1.6: preferred, unified
Changes since revision 1.6: +101 -11 lines
create table test (id int, a smalldatetime, b ntext, c nvarchar(100))

Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Mar 5 15:04:59 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
CVS tags: release_1_0_0001
Diff to: previous 1.5: preferred, unified
Changes since revision 1.5: +10 -5 lines
another mfc bug: non-string datatypes report wrong string size

Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Feb 8 08:36:51 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.4: preferred, unified
Changes since revision 1.4: +3 -3 lines
added GNU copyright

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 8 07:28:14 2002 UTC (24 years, 3 months ago) by paf
Branches: MAIN
Diff to: previous 1.3: preferred, unified
Changes since revision 1.3: +2 -2 lines
2002

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Nov 16 12:38:59 2001 UTC (24 years, 6 months ago) by paf
Branches: MAIN
Diff to: previous 1.2: preferred, unified
Changes since revision 1.2: +13 -17 lines
introducing estimating String::cstr_bufsize, 0

Revision 1.2: download - view: text, markup, annotated - select for diffs
Mon Oct 29 08:36:51 2001 UTC (24 years, 7 months ago) by paf
Branches: MAIN
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +2 -1 lines
setjump

Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Sep 21 15:42:21 2001 UTC (24 years, 8 months ago) by parser
Diff to: previous 1.1: preferred, unified
Changes since revision 1.1: +0 -0 lines
no message

Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Sep 21 15:42:21 2001 UTC (24 years, 8 months ago) by parser
Branches: MAIN
Initial revision

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

E-mail: