エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
メンテナンスなどで、マスターデータを書きかえるときは、 use strict; use warnings; use DBIx::Handle... メンテナンスなどで、マスターデータを書きかえるときは、 use strict; use warnings; use DBIx::Handler; my $db = DBIx::Handler->new("dbi:mysql:test;", "root", "", { RaiseError => 1}); $db->dbh->do(q{ CREATE TABLE IF NOT EXISTS hoge ( id int unsigned not null auto_increment primary key, test int unsigned not null ) ENGINE=InnoDB CHARSET=utf8 }); my $txn_guard = $db->txn_scope; $db->dbh->do(q{TRUNCATE TABLE hoge}); for my $counte