p5-Teng
p5-Teng copied to clipboard
simple DBI wrapper/ORMapper
The Support section of the docs still points to DBIx::Skinny.
Failing test: t/002_common/024_txn_scope.t , line 41 like $warning, qr{Guard created at .?\/?t/002_common/024_txn_scope.t line 32}; Reason: win32 paths look like "path\to\directory" while "path/to/directory" was expected, note that separators differ. Proposed fix:...
Right now I can't use gdb to find out how/where it's segfaulting, so this ticket will have to be a bit bare -- I should have the stack trace in...
Currently Teng allows following with no warnings: ``` my $row = $teng->search_by_sql('SELECT * FROM entry WHERE id = ?', [1], 'user'); $row->delete; # user with id = 1 will be...
# Problem There is no way to get a table name from row object. # Solution Add Teng::Row#get_table_name() method.
ドキュメントみてても説明がたりなくてさっぱりわかりませぬ
都度生成してるよ! cacheして! もしくはcoderfじゃなくする
ぜんぜんやてないね
かなり中途半端なことしかできないので、 まともに使えるようにする