You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Outlet ORM
I am currently accessing an MSSQL database that uses uniqueidentifiers
as primary keys. Using PDO I can cast these columns to a CHAR(36) in
order to read them in PHP as strings, however this prevents me from
using the best features of outlet. Are there any future plans to add
uniqueidentifier or uuid as a column type so that the conversion can
be done automatically as well as take advantage of child object
construction? What I miss most is the necessity to construct objects
manually.