pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/trac-plugins-MasterTickets



Module name:    wip
Committed by:   lexort
Date:           Tue Aug  4 19:55:26 UTC 2009

Modified Files:
        wip/trac-plugins-MasterTickets: Makefile
Added Files:
        wip/trac-plugins-MasterTickets/patches: patch-aa

Log Message:
Add explicit casts to avoid WHERE clauses failing on pgsql 8.3 which
insists on int/text being correct in =.  Basically, "WHERE dest = 39"
is illegal because dest is of type text, and you need "WHERE dest =
text(39)" or "WHERE dest='39'".



To generate a diff of this commit:
cvs -z3 rdiff -u -r0 -r1.1 wip/trac-plugins-MasterTickets/patches/patch-aa
cvs -z3 rdiff -u -r1.3 -r1.4 wip/trac-plugins-MasterTickets/Makefile

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/trac-plugins-MasterTickets/patches/patch-aa?r1=0&r2=1.1
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/trac-plugins-MasterTickets/Makefile?r1=1.3&r2=1.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs


Home | Main Index | Thread Index | Old Index