Squidhead Mailing List
Inspired by Sean's example, I asked myself, "Why doesn't Squidhead have a mailing list?"
"I don't know," I replied.
So now I have one. Feel to join and pester myself and the 2 other people that will join.
Squidhead ColdFusion Code Generator
To handle non-identity primary keys is on my list of things to explore. However, it's going to be tough, so I make no promises. 


That being said, I have a lot of clients that need to use Varchar(48) as their primary key. Specifically, I have clients in the foster care system where each kid might have a UUID that was created and copied to multiple systems, or a combination of First initial + Last name + last 4 of the social ( yea 3-field key)
I need those numbers to be unique in my apps.
Any thoughts on how we would integrate something other than an auto-incrementing INT as the primary key using your app?
Posted by: Richard at October 25, 2007 2:06 PM