[jira] Assigned: (TORQUE-36) Select performance problem with Sybase

2010-10-31 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl reassigned TORQUE-36: Assignee: Thomas Vandahl Select performance problem with Sybase

[jira] Resolved: (TORQUE-36) Select performance problem with Sybase

2010-10-31 Thread Thomas Vandahl (JIRA)
[ https://issues.apache.org/jira/browse/TORQUE-36?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Thomas Vandahl resolved TORQUE-36. -- Resolution: Fixed Fix Version/s: 3.3.1 Well, not exactly fixed, actually. More worked

svn commit: r1029417 - /db/torque/village/trunk/src/java/com/workingdogs/village/Column.java

2010-10-31 Thread tv
Author: tv Date: Sun Oct 31 17:06:30 2010 New Revision: 1029417 URL: http://svn.apache.org/viewvc?rev=1029417view=rev Log: Removed all methods from Column that are not actually used by Torque Added a method to populate a column from given values Modified:

svn commit: r1029419 - /db/torque/village/trunk/src/java/com/workingdogs/village/Schema.java

2010-10-31 Thread tv
Author: tv Date: Sun Oct 31 17:07:46 2010 New Revision: 1029419 URL: http://svn.apache.org/viewvc?rev=1029419view=rev Log: Work around TORQUE-36 Use cached metadata when running selects. Metdata can be loaded into the cache with Schema.initSchemas(Connection) Modified:

svn commit: r1029439 - in /db/torque/village/trunk: pom.xml project.xml

2010-10-31 Thread tv
Author: tv Date: Sun Oct 31 18:14:16 2010 New Revision: 1029439 URL: http://svn.apache.org/viewvc?rev=1029439view=rev Log: Prepare for release Modified: db/torque/village/trunk/pom.xml db/torque/village/trunk/project.xml Modified: db/torque/village/trunk/pom.xml URL:

svn commit: r1029482 - in /db/torque/village/trunk: pom.xml project.xml

2010-10-31 Thread tv
Author: tv Date: Sun Oct 31 20:10:24 2010 New Revision: 1029482 URL: http://svn.apache.org/viewvc?rev=1029482view=rev Log: Prepare for release Modified: db/torque/village/trunk/pom.xml db/torque/village/trunk/project.xml Modified: db/torque/village/trunk/pom.xml URL:

svn commit: r1029485 - /db/torque/village/tags/VILLAGE_3_3_1/

2010-10-31 Thread tv
Author: tv Date: Sun Oct 31 20:27:03 2010 New Revision: 1029485 URL: http://svn.apache.org/viewvc?rev=1029485view=rev Log: Prepare RC1 Added: db/torque/village/tags/VILLAGE_3_3_1/ (props changed) - copied from r1029484, db/torque/village/trunk/ Propchange:

Re: created torque 4 branch with village removed

2010-10-31 Thread Thomas Vandahl
Hi Thomas, On 29.10.10 22:24, Thomas Fox wrote: Of course there are a few things left to do (which I will hopefully tackle in the next few weeks): Great stuff you did. I thought this would need much more time. Respect. - check whether to revive the doPsSelect methods or whether all selects

Re: created torque 4 branch with village removed

2010-10-31 Thread Thomas Fox
- check whether to revive the doPsSelect methods or whether all selects can use prepared statements Re-added BasePeer.doPSSelect() for now. This method has some weaknesses IIRC. It dos not work correctly with selects containing joins. I'd prefer to use prepared statements for all

Re: [VOTE] Release village-3.3.1 based on RC1

2010-10-31 Thread Scott Eade
What changed? There is no indication (that I can see) in the docs. Scott On 1/11/10 7:31 AM, Thomas Vandahl wrote: Hi folks, A release candidate for village-3.3.1 has been prepared. This is a Maven-2 build only. Please verify this release candidate and vote... Tag: