Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
Rose::DB::Object
Conversations
About
Rose::DB::Object
1–30 of 531
Mark all as read
Report abusive group
0 selected
Chuck Zumbrun
,
John Siracusa
3
3/5/22
Updating from old version
It was the pg_enable_utf8 flag. Reading the DBD::Pg documentation there's this gem: "
unread,
Updating from old version
It was the pg_enable_utf8 flag. Reading the DBD::Pg documentation there's this gem: "
3/5/22
jfrm
, …
John Siracusa
3
8/27/20
When selecting via a join, is it possible to pass back all the linked sub-records rather than only those selected by the join?
You can do this with a subselect, if your database supports it. Here's an example using
unread,
When selecting via a join, is it possible to pass back all the linked sub-records rather than only those selected by the join?
You can do this with a subselect, if your database supports it. Here's an example using
8/27/20
Jeremy Begg
,
Darren Duncan
6
5/25/20
How do I shutdown the connection from Rose::DB to Postgres?
Sure, well I'm not suggesting to switch to using plain DBI, rather this is just about debugging
unread,
How do I shutdown the connection from Rose::DB to Postgres?
Sure, well I'm not suggesting to switch to using plain DBI, rather this is just about debugging
5/25/20
Jeremy Begg
, …
John Siracusa
9
4/6/20
Perl DBD-Pg version 3.80 and later breaks Rose::DB::Object::Loader->make_modules()
Yes that's done the trick. Thanks John! On Monday, 6 April 2020 21:16:58 UTC+9:30, John Siracusa
unread,
Perl DBD-Pg version 3.80 and later breaks Rose::DB::Object::Loader->make_modules()
Yes that's done the trick. Thanks John! On Monday, 6 April 2020 21:16:58 UTC+9:30, John Siracusa
4/6/20
jfrm
, …
Peter Karman
14
1/6/20
Mariadb
This is what I meant: http://blogs.perl.org/users/karpet/2014/04/doozi-dezi-moose.html On Mon, Jan 6,
unread,
Mariadb
This is what I meant: http://blogs.perl.org/users/karpet/2014/04/doozi-dezi-moose.html On Mon, Jan 6,
1/6/20
xcdc dxcx
,
Peter Karman
4
8/22/19
Documentation for creating custom column types
Hello Peter. This is a useful example, however I am looking for documentation that will explain the
unread,
Documentation for creating custom column types
Hello Peter. This is a useful example, however I am looking for documentation that will explain the
8/22/19
jfrm
,
Peter Karman
5
12/29/18
make_modules and UTF8
Thanks for the further feedback. I did some more work since last post and in doing that I noticed
unread,
make_modules and UTF8
Thanks for the further feedback. I did some more work since last post and in doing that I noticed
12/29/18
jfrm
, …
Alexander Karelas
4
11/2/18
Rose and DBD::MariaDB
I think youi could use DBD::mysql 4.046, which (I think) works with mariaDB (instead of the latest
unread,
Rose and DBD::MariaDB
I think youi could use DBD::mysql 4.046, which (I think) works with mariaDB (instead of the latest
11/2/18
Alexander Karelas
,
John Siracusa
4
6/29/17
Important: BLOBs stopped working with mysql, RDBO needs to be updated
The old behaviour of DBD::mysql seems to have been reinstated. Is this temporary? Permanent? I haven
unread,
Important: BLOBs stopped working with mysql, RDBO needs to be updated
The old behaviour of DBD::mysql seems to have been reinstated. Is this temporary? Permanent? I haven
6/29/17
xcdc...@gmail.com
,
Peter Karman
2
5/29/17
Rose::DB::Object conflicts with Moose?
No. You cannot inherit from both because the meta method conflicts. -- Peter Karman On May 29, 2017,
unread,
Rose::DB::Object conflicts with Moose?
No. You cannot inherit from both because the meta method conflicts. -- Peter Karman On May 29, 2017,
5/29/17
xcdc...@gmail.com
,
Randall Sindlinger
3
5/18/17
Way to force inlining of default column values?
Thank you for the response, but unfortunately I can not use the proposed solution for uuids (due to
unread,
Way to force inlining of default column values?
Thank you for the response, but unfortunately I can not use the proposed solution for uuids (due to
5/18/17
Chuck Zumbrun
,
Peter Karman
3
4/14/17
Create a custom accessor/mutator
alias was exactly what I needed. Thanks! On Friday, April 14, 2017 at 9:59:28 AM UTC-4, Peter Karman
unread,
Create a custom accessor/mutator
alias was exactly what I needed. Thanks! On Friday, April 14, 2017 at 9:59:28 AM UTC-4, Peter Karman
4/14/17
François Rappaz
8/30/16
adding a column on the fly
I have a table that is defined in Speak.pm as table => 'speaks', columns => [ speaksid
unread,
adding a column on the fly
I have a table that is defined in Speak.pm as table => 'speaks', columns => [ speaksid
8/30/16
Alexander Karelas
2
6/27/16
missing mysql option for utf8mb4?
Rose::DB tests will fail on DBD::mysql pre-2015-June. Because there was no utf8mb4 support on DBD::
unread,
missing mysql option for utf8mb4?
Rose::DB tests will fail on DBD::mysql pre-2015-June. Because there was no utf8mb4 support on DBD::
6/27/16
Vasilis Primudriy
,
Peter Karman
2
6/27/16
Encoding issue
Vasilis Primudriy wrote on 6/22/16, 9:24 AM: > Hi guys, > I have a question regarding encoding
unread,
Encoding issue
Vasilis Primudriy wrote on 6/22/16, 9:24 AM: > Hi guys, > I have a question regarding encoding
6/27/16
Alexander Karelas
5/15/16
Difference between relationships & foreign keys?
In my declarations of table classes, I don't know when (or why) I should declare foreign keys and
unread,
Difference between relationships & foreign keys?
In my declarations of table classes, I don't know when (or why) I should declare foreign keys and
5/15/16
Alexander Karelas
, …
Perrin Harkins
4
5/9/16
Mass inserts?
The trouble is, I don't know RDBO so well, so as to extend it. So the reason that it's not
unread,
Mass inserts?
The trouble is, I don't know RDBO so well, so as to extend it. So the reason that it's not
5/9/16
Ryatt
5/5/16
Filtering results obtained from manager->get_objects
Hi, Is there a way to filter the objects returned by manager->get_objects further using a similar
unread,
Filtering results obtained from manager->get_objects
Hi, Is there a way to filter the objects returned by manager->get_objects further using a similar
5/5/16
henq
4/27/16
Rose and Mojolicious run-time information
Hello, I try to use Rose::db::object in a Mojolicious app. Rose is just functioning fine, but I'd
unread,
Rose and Mojolicious run-time information
Hello, I try to use Rose::db::object in a Mojolicious app. Rose is just functioning fine, but I'd
4/27/16
henq
, …
Dave Howorth
5
4/11/16
multiple foreign keys in a table referencing the same field, supported?
would be overkill, in this case: no counter-offers , only 'grab offer', by first taker... but
unread,
multiple foreign keys in a table referencing the same field, supported?
would be overkill, in this case: no counter-offers , only 'grab offer', by first taker... but
4/11/16
Randall Sindlinger
, …
Peter Karman
3
2/1/16
Support for UUID column type?
Randall Sindlinger wrote on 1/27/16, 11:34 AM: > Hello, > > I wanted to confirm that there
unread,
Support for UUID column type?
Randall Sindlinger wrote on 1/27/16, 11:34 AM: > Hello, > > I wanted to confirm that there
2/1/16
henq
11/14/15
Manager class in same file as object class?
Hi, If I put the ..::Manager package in the same file as the object package, the standard perl use
unread,
Manager class in same file as object class?
Hi, If I put the ..::Manager package in the same file as the object package, the standard perl use
11/14/15
henq
,
John Siracusa
3
10/6/15
Booleans and SQLite
*facepalm does John, thanx, that was it. On Tuesday, October 6, 2015 at 3:19:43 PM UTC+2, John
unread,
Booleans and SQLite
*facepalm does John, thanx, that was it. On Tuesday, October 6, 2015 at 3:19:43 PM UTC+2, John
10/6/15
Bill Pemberton
, …
henq
7
9/24/15
many-to-many with extra data
Cees, thanks! (Ik ga ermee aan de slag ;-) On Thursday, September 24, 2015 at 11:42:08 PM UTC+2, cee.
unread,
many-to-many with extra data
Cees, thanks! (Ik ga ermee aan de slag ;-) On Thursday, September 24, 2015 at 11:42:08 PM UTC+2, cee.
9/24/15
Konstantin Tokar
2
6/18/15
Loader bug? Oracle NUMBER datatype.
package Rose::DB::Object::Metadata::Column::Scalar; sub init_with_dbi_column_info { my($self, $
unread,
Loader bug? Oracle NUMBER datatype.
package Rose::DB::Object::Metadata::Column::Scalar; sub init_with_dbi_column_info { my($self, $
6/18/15
Konstantin Tokar
4/20/15
How to use postgresql 'domain' ?
Hi! If I use the domains in data types, the data type is defined incorrectly: CREATE DOMAIN cdate AS
unread,
How to use postgresql 'domain' ?
Hi! If I use the domains in data types, the data type is defined incorrectly: CREATE DOMAIN cdate AS
4/20/15
Alexander Karelas
,
David Christensen
6
4/15/15
Can't do RDBOM->update_objects with many_to_many relationship contraint
I think ORDER BY has no place in an UPDATE query. RDBOM placed ORDER BY in the UPDATE query for some
unread,
Can't do RDBOM->update_objects with many_to_many relationship contraint
I think ORDER BY has no place in an UPDATE query. RDBOM placed ORDER BY in the UPDATE query for some
4/15/15
Konstantin Tokar
4/4/15
Unique index
Hi! Oracle 11g: What is the difference between defining unique columns: 1) CREATE UNIQUE INDEX
unread,
Unique index
Hi! Oracle 11g: What is the difference between defining unique columns: 1) CREATE UNIQUE INDEX
4/4/15
Tom Adamo
, …
John Siracusa
5
3/23/15
Rose::DB::Object cpanm install problem
It installs ok now. Thanks for the follow up! - Tom On Monday, March 23, 2015 at 2:28:22 PM UTC-4,
unread,
Rose::DB::Object cpanm install problem
It installs ok now. Thanks for the follow up! - Tom On Monday, March 23, 2015 at 2:28:22 PM UTC-4,
3/23/15
A Nopouc
,
John Siracusa
4
3/12/15
Help with passing variables in query using 'ilike'
What is the SQL you want to be generated for this query? -John On Thu, Mar 12, 2015 at 5:11 PM, A
unread,
Help with passing variables in query using 'ilike'
What is the SQL you want to be generated for this query? -John On Thu, Mar 12, 2015 at 5:11 PM, A
3/12/15