Questions tagged [dbix-connector]

is a simple interface for fast and safe DBI connection and transaction management.

3 questions
1
vote
0 answers

Perl/MySQL: last_insert_id returns 0

last_insert_id returns for the newly inserted row. Everything is working just fine with Perl 5.18. From the forums I understand that it might be because of some loosing connection. But can't see anything in the trace. Here is the code sample: …
1
vote
0 answers

Does DBIx::Connector address the "per process basis" limitation of Apache::DBI?

Apache::DBI's docs say: Apache::DBI [...] has a limitation: it keeps database connections persistent on a per process basis. [...In] a heavy loaded Web-site where every user connects to the database with a unique userid[, e]very server would…
Kev
  • 15,899
  • 15
  • 79
  • 112
0
votes
1 answer

Can I join the column names with search_related in DBIx?

I have a DBIx Class schema where I have; A Device that has many Interfaces An Interface has many Rules Applied Each Rule has many Rule Entries. I want to search for all of the Rule Entries for a Particular device name and Rule Name. I am still…
user1768233
  • 1,409
  • 3
  • 20
  • 28