Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Group info
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 429  Older »

You cannot post messages because only members can post, and you are not currently a member.
Description: Discussion and support for users and developers of the Rose::DB::Object Perl module.
 

update_objects with sort_by 
  Hello, I want to produce this type of sql request : update cc_configuration set version=version+1 where name='foo' order by version desc; In RDBO : Foo::DB::Configuration::Manage r->update_configurations( set => {... more »
By Scouarnec Erwan  - Mar 14 - 5 new of 5 messages    

database driver from config file revisited - SOLVED 
  Many thanks to the group and, in particular, Peter Karman. I put my configuration initialization code inside of a BEGIN block. I am then referencing the config variables using the "main" lexical scoping: $main::database_driver, etc. as parameters to the register_db call. The $main variables is a little... more »
By Matt Zagrabelny  - Dec 17 2012 - 1 new of 1 message    

database driver from config file revisited 
  Greetings, About a month ago I asked about getting the connection parameters for Rose::DB from a config file. Peter Karman was kind enough to reply with a solution that he uses. Thanks, Peter. I would ideally like to set up the connection parameters in the main section of the program due to using Getopt::Long to override config... more »
By Matt Zagrabelny  - Dec 14 2012 - 4 new of 4 messages    

database driver from config file 
  Greetings, I have looked at the Rose::DB(::Object) tutorial(s) and also examined the source, but cannot find the preferred way to set the database driver from a config file. I see that in the tutorial the driver is "hard-coded" into the derived Rose::DB derived class. Is there a way to specify the driver from a... more »
By Matt Zagrabelny  - Nov 19 2012 - 2 new of 2 messages    

Setting error_mode for all object classes 
  Hello, I need to change the error_mode from 'fatal' to 'undef' for all my object classes. I read this documentation <[link]> and also found this thread <[link]>.... more »
By Olivier Salaün  - Oct 26 2012 - 2 new of 2 messages    

Auto-Incremented Oracle PK - Trigger/Sequence 
  I've been working with Oracle auto-incremented PK columns (which in Oracle, you need to create a sequence and a before insert trigger). I noticed gaps in my data and I'd like to point out what I found in case someone else needs the info. Also, I'll note that I'm on Oracle version 11g here. I created the trigger as documented with Rose::DB::Object like so:... more »
By Tom Adamo  - Oct 24 2012 - 1 new of 1 message    

How should I reveal all the linked tables for any table? 
  Hello. My current task is to make a web-interface for the DB using Rose::DB::Object. And I have an issue. It's about how to reveal linked tables. I.e., one table is named FRIENDS with fields: - HUMAN_ID -> link to the table HUMANS by ID field - some other fields I create Rose::DB::Object for table FRIENDS with automatic resolving of... more »
By bvn13  - Oct 19 2012 - 4 new of 4 messages    

Oracle Auto Init PK Sequence - DB user, Not Sequence Owner 
  I've been testing out the auto-init of RDBO objects with an Oracle database. I noticed the sequence value of my primary key column wasn't being populated correctly (the sequence I created follows the naming convention described in the Rose::DB::Object docs for auto-incremented columns). I tracked the problem down to the follow code... more »
By Tom Adamo  - Oct 18 2012 - 2 new of 2 messages    

Failed using with_map_records twice 
  Hi, I use Rose-DB-Object version 0.795. I have a strange behavior using the 'with_map_records' Rose::DB::Object::Manager option. The objects I'm working with : * FederationRegistry::Data::Fede ration class * FederationRegistry::Data::Serv iceprovider and FederationRegistry::Data::Iden tityprovider classes with many2many... more »
By Olivier Salaün  - Oct 18 2012 - 3 new of 3 messages    

How to create a database from the description? 
  If I wrote a full description of all the tables, how can I create a database from it? I want to autocreation after I set the DB-connection up. Is there any way to do this?
By bvn13  - Oct 10 2012 - 2 new of 2 messages    

1 - 10 of 429   « Newer | Older »

XML       Send email to this group: rose-db-object@googlegroups.com