Google Groups Home
Help | Sign in
Related Groups
Mach-II is a framework for developing object oriented MVC web-applications. The framework focuses on easing software ...
Low activity, 519 members
** Australian ColdFusion Developers Unite **: this google group has taken over from the long standing ...
Medium activity, 512 members
FarCry Framework Developers Community Support
Low activity, 632 members
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 649  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Group for the discussion and support of Transfer ORM ColdFusion library.
 

Stuck on an error using TQL 
  Hi, I'm using the following TQL Statement: FROM Items.Item AS Item JOIN Groups.Group AS Group JOIN Users.User AS User WHERE User.ID = :userid AND Group.ID = :groupid ORDER BY Label ASC I'm getting this error when I try to execute it: The 2 parameter of the Left function, which is now -1, must be a positive integer... more »
By Daniel Short  - Jul 18 - 4 new of 4 messages    

Problem with jTDS driver and CF8 
  Hi all, I am having problems using Transfer with the jTDS JDBC Driver (1.2.2) and CF8 (update 8.0.1) and MS SQL Server 2005. It is not possible to insert a new record into the database via the framework. The error I get is the following: You have attempted to dereference a scalar variable of type class... more »
By jjannek@googlemail.com  - Jul 18 - 2 new of 2 messages    

Critical: Memory Leak in None, Request and Session Scoped caching 
  All, I've managed to track down a pretty serious memory leak in None, Request and Session scope caching with Transfer. Details can be found in the ticket: [link] Those of you are using these caches, or are experiencing memory leaks,... more »
By Mark Mandel  - Jul 18 - 4 new of 4 messages    

support for schema name in datasource.xml 
  We need to prefix the calls to our tables with the schema name so all of our generated queries look like: select name from schemaName.tableName where id = 1 Having looked at the datasource.xsd, there is nowhere to declared that information, so it looks like this is not supported. Does anyone else need... more »
By Jennifer Larkin  - Jul 17 - 3 new of 3 messages    

TQL Custom Tags in SVN 
  Elliot Sprehn has been kind enough to donate his TQL custom tags for the Transfer project. Big thanks to Elliot! This should ease some of the verbosity that is required when working with TQL. Elliot provided be with several examples of their usage: --- <!--- This would be /transfer/tags ---> <cfimport taglib="tags" prefix="t">... more »
By Mark Mandel  - Jul 15 - 13 new of 13 messages    

compositeID's and manytomany 
  Is it possible to use manytomany with compositeID's, kind of like this: <compositeid> <manytomany name="EMPLOYEE_ID" /> <manytomany name="USER_ID" /> </compositeid> <manytomany name="EMPLOYEES"> <link to="EMPLOYEES.EMPLOYEES" column="EMPLOYEE_ID"/>... more »
By jeff  - Jul 15 - 19 new of 19 messages    

Multiple Deletes 
  Is it possible to execute a multi-row delete in transfer, something like; DELETE from PEOPLE.PEOPLE as PEOPLE where PEOPLE.PEOPELID IN ( :peopleIDList) And if I can do this, what do i call after i've created the query to execute it: <cfset qBulkDelete = transfer.listByQuery(query) /> Its probably not listbyquery, but is there a generic runSQL() function... more »
By jeff  - Jul 15 - 2 new of 2 messages    

query of query timeout 
  How many publishers are you returning? Mark
By Mark Mandel  - Jul 11 - 17 new of 17 messages    

Bulk database updates 
  I have to do some bulk updates with transfer, and my only idea so far seems highly inefficient. Basically, lets say a user (Userid =123) has a multi-select box and they need to choose, "sports they like". Previously, the user had picked "Soccer" (im american), "Football", "Lacrosse", "Golf", with... more »
By jeff  - Jul 11 - 14 new of 14 messages    

Slow Init 
  I have put together a small test script to try out Transfer. I has 2 objects each with just a few fields. This code; <cfset application.transferFactory = CreateObject("component","tran sfer.TransferFactory").init(ar gumentCollection=transferConfi g)> is taking about 40 seconds to complete when CFs cache expires or we go... more »
By Matt  - Jul 11 - 9 new of 9 messages    

1 - 10 of 649   « Newer | Older »

XML       Send email to this group: transfer-dev@googlegroups.com
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2008 Google