dkubb changed the topic of #datamapper to: Datamapper v1.2.0 | Mailing List: http://is.gd/aa9D | Logs: http://is.gd/qWAL7V | DataMapper 2 Renamed to ROM, see #rom-rb for development
skade has joined #datamapper
skade has quit [Quit: Computer has gone to sleep.]
<tpitale>
@dbussink or @namelessjon do either of you have an example of using UUID type in DM 1.2?
<tpitale>
As the comments on the class state, it appears that there's no way to do this with auto migrations
<tpitale>
but they're also from '08
tpitale has quit [Quit: Leaving...]
tpitale has joined #datamapper
lgierth has joined #datamapper
mchoi has joined #datamapper
tpitale has quit [Quit: Leaving...]
<mchoi>
hi, im using datamapper and im trying to use raw sql. I see in the docs an example using a single variable. Specifically this line zoos = repository(:default).adapter.select('SELECT name, open FROM zoos WHERE name = ?', 'Awesome Zoo')
<mchoi>
how would i use multiple variables with that syntax?