Skip to content

Commit

Permalink
minil build
Browse files Browse the repository at this point in the history
  • Loading branch information
ytnobody committed Nov 8, 2013
1 parent 09097c1 commit 3dd877a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
3 changes: 2 additions & 1 deletion META.json
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
},
"version" : "0.01",
"x_contributors" : [
"papix <mail@papix.net>"
"papix <mail@papix.net>",
"Takuya Tsuchida <tsucchi@cpan.org>"
]
}
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,14 @@ Execute specified SQL.

returns DBIx::TransactionManager::ScopeGuard's instance. See [DBIx::TransactionManager](http://search.cpan.org/perldoc?DBIx::TransactionManager) to more information.

## last\_insert\_id

my $id = $db->last_insert_id([@args]);

returns last\_insert\_id. (mysql\_insertid in MySQL or last\_insert\_rowid in SQLite)



# LICENSE

Copyright (C) ytnobody.
Expand Down

0 comments on commit 3dd877a

Please sign in to comment.