Here's the 1.8 branch backport, and a 1 liner for HEAD.

I'll certainly have to look at an automated suite for the new SQL
backend.

On Wed, 2003-08-13 at 20:42, Derek Atkins wrote:
> Matthew Vanecek <[EMAIL PROTECTED]> writes:
> 
> > On Wed, 2003-08-13 at 10:14, Derek Atkins wrote:
> > > Ok, this is now committed to head.  Any chance you could write
> > > up the tests as an automated test suite that we could
> > > install into CVS?  That would be "really cool"  ;)
> > > 
> > > -derek
> > > 
> > 
> > I'd love to.  Unfortunately, there's a lot of manual verification
> > involved in my method.  Kinda wish there was a better tool than
> > pgaccess; psql gets a bit tedious after a while.
> > 
> > P'raps I need a better method...
> 
> Oh, that's too bad.  Would've been nice..
> 
> -derek
-- 
Matthew Vanecek
perl -e 'print $i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
********************************************************************************
For 93 million miles, there is nothing between the sun and my shadow except me.
I'm always getting in the way of something...

Attachment: 1_8_branch.diff.gz
Description: GNU Zip compressed data

Index: src/backend/postgres/newtables.h
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/backend/postgres/newtables.h,v
retrieving revision 1.2
diff -u -r1.2 newtables.h
--- src/backend/postgres/newtables.h	13 Aug 2003 15:17:02 -0000	1.2
+++ src/backend/postgres/newtables.h	14 Aug 2003 03:18:23 -0000
@@ -255,7 +255,7 @@
 
 const char *version_sql =
 "INSERT INTO gncVersion (major, minor, rev, name, date) "
-"VALUES (1, 5, 0, 'Change timestamp definition', now());\n"
+"VALUES (1, 5, 1, 'Change timestamp definition', now());\n"
 ;
 
 #endif
_______________________________________________
gnucash-devel mailing list
[EMAIL PROTECTED]
http://www.gnucash.org/cgi-bin/mailman/listinfo/gnucash-devel

Reply via email to