DBIx-Custom / Changes /
Yuki Kimoto updated pod
4ee7512 13 years ago
4 contributor
532 lines | 22.242kb
  1. 0.1711
  2. - renamed EXPERIMENTAL available_type_name to available_typename
  3. - renamed EXPERIMENTAL available_data_type to available_datatype
  4. - added EXPERIMENTAL DBIx::Custom::Where if method
  5. - added EXPERIMENTAL DBIx::Custom::Where map method
  6. 0.1710
  7. - use more DBIx::Custom information in sub modules to decrease bugs
  8. (very sorry, this change can't keep backword compatible,
  9. but maybe no effects,
  10. because the attributes is automatically set by DBIx::Custom, not user).
  11. - Fixed fisrt executed where clause failed in some condition.
  12. 0.1709
  13. - fixed named placeholder bug and added escape syntax
  14. 0.1708
  15. - improved execute method performance
  16. 0.1707
  17. - I call :title named placeholder, stoping calling it parameter
  18. - removed some EXPERIMENTAL status
  19. - fixed performance
  20. 0.1706
  21. - Added execute method's query option document
  22. You can get more performance.
  23. - DBIx::Custom::Query table and filters attribute method and
  24. filter method is DEPRECATED!
  25. because I think query object must have only the information
  26. for statement handle caching.
  27. 0.1705
  28. - insert and update method's param can set constant value by scalara reference
  29. such as {date => \"NOW()"} This is EXPERIMENTAL.
  30. 0.1704
  31. - added quote method's two character support like []
  32. for Microsoft SQL Server and Access
  33. - added EXPERIMENTAL parameter new syntax :name{operator}
  34. 0.1703
  35. - added EXPERIMENTAL join new syntax.
  36. 0.1702
  37. - removed EXPERIMENTAL status of some methods.
  38. - fixed some join bug
  39. 0.1701
  40. - added DBIx::Cusotm::Order prepend method automatically quoted syntax
  41. - simplified arguments check
  42. - added EXPERIMENTAL each_table method
  43. - select method column option [COLUMN, as => ALIAS] format is DEPRECATED!
  44. changed to [COLUMN => ALIAS]
  45. - added EXPERIMENTAL DBIx::Custom::Result header method
  46. - added EXPERIMENTAL last_sql attribute method
  47. 0.1700
  48. - fixed end_filter DEPRECATED warnings bug
  49. 0.1699
  50. - added tag_parse attribute.
  51. - added EXPERIMENTAL order method
  52. - added EXPERIMENTAL DBIx::Custom::Order module
  53. - changed backword compatible policy
  54. ------------------------------------------------------------------------
  55. If a functionality is DEPRECATED, you can know it by DEPRECATED warnings
  56. except for attribute method.
  57. You can check all DEPRECATED functionalities by document.
  58. DEPRECATED functionality is removed after five years,
  59. but if at least one person use the functionality and tell me that thing
  60. I extend one year each time you tell me it.
  61.  
  62. EXPERIMENTAL functionality will be changed without warnings.
  63. ------------------------------------------------------------------------
  64. 0.1698
  65. - fixed DBIx::Custom::Where to_string method small bug
  66. - added EXPERIMENTAL execute method table_alias option
  67. 0.1697
  68. - added EXPERIMENTAL map_param method
  69. 0.1696
  70. - added new argument format update, delete, select method where option
  71. - create_query is DEPRECATED! use query option of each method instead.
  72. - added EXPERIMENTAL insert, update, and select method prefix option
  73. - fixed small insert, update, delete, select method id option bug
  74. 0.1695
  75. - changed EXPERIMENTAL DBIx::Custom::Result type_rule_off method argument
  76. - added EXPERIMENTAL DBIx::Custom::Result type_rule_on method
  77. - changed EXPERIMENTAL DBIx::Custom::Result type_rule1_off method argument
  78. - added EXPERIMENTAL DBIx::Custom::Result type_rule1_on method
  79. - changed EXPERIMENTAL DBIx::Custom::Result type_rule2_off method argument
  80. - added EXPERIMENTAL DBIx::Custom::Result type_rule2_on method
  81. - changed EXPERIMENTAL DBIx::Custom::Result filter_off method argument
  82. - added EXPERIMENTAL DBIx::Custom::Result filter_on method
  83. 0.1694
  84. - EXPERIMENTAL type_rule argument format is changed
  85. - DBIx::Custom::Result type_rule method on setting return self
  86. - reserved_word_quote is DEPRECATED! this is renamed to quote
  87. - DBIx::Custom::Model type attribute is DEPRECATED!
  88. this is renamed to bind_type.
  89. 0.1693
  90. - separate DBIx::Custom type_rule from filter
  91. - DBIx::Custom::Model filter attrribute is DEPRECATED!
  92. - DBIx::Custom::Model name attribute is DEPRECATED!
  93. - removed EXPERIMENTAL DBIx::Custom::Model alias_table
  94. - added DBIx::Custom column method's table option
  95. - separate DBIx::Custom::Result type_rule from filter again
  96. 0.1692
  97. - removed EXPERIMENTAL DBIx::Model result_filter
  98. - DBIx::Custom::Result filter override type_rule
  99. - added EXPERIMENTAL DBIx::Custom::Result type_rule
  100. - added EXPERIMENTAL available_type_name method
  101. - EXPERIMENTAL type_rule_off is not passed form execute method
  102. to DBIx::Custom::Result object
  103. 0.1691
  104. - DBIx::Custom::Result end_filter, remove_filter, remove_end_filter is DEPRECATED!
  105. - apply_filter is DEPRECATED!
  106. - EXPERIMETAL column method and table_alias think about "-" separator
  107. - EXPERIMTANL column method think about separator
  108. - removed EXPERIMENTAL col method.
  109. - added EXPERIMENTAL separater method
  110. - added EXPERIMENTAL select prefix option.
  111. - fixed bug that data_source DEPRECATED warnings pirnt STDERR
  112. - fixed bug that type_rule from option can't receive filter name
  113. 0.1690
  114. - use latest Object::Simple features
  115. 0.1689
  116. - added EXPERIMENTAL available_data_type
  117. - simplified type_rule
  118. - changed type_rule arguments format
  119. - added EXPERIMENTAL DBIx::Custom::Model result_filter attribute
  120. - added EXPERIMETNAL DBIx::Custom::Result filter_off method
  121. - EXPERIMENTAL type_rule can receive filter name
  122. 0.1688
  123. - fixed bug that model insert, update, delete select can't
  124. odd number arguments
  125. - improved type_rule method
  126. 0.1687
  127. - added EXPERIMENTAL type_rule method
  128. - added EXPERIMENTAL execute() type_rule_off option
  129. - execute method can second argument as parameter
  130. 0.1686
  131. - select() column option can receive array reference in array.
  132. This is EXPERIMENTAL
  133. - select() EXPERIMETNAL column option hash format
  134. return table.column, not table__column
  135. - added EXPERIMENTAL col method.
  136. - set reserved_word_quote automatically from driver name
  137. 0.1685
  138. - insert_at, update_at, delete_at, select_at is DEPRECATED!
  139. use insert, update, delete, select method and id option.
  140. - insert, insert_at, update, update_at can receive odd number arguments,
  141. first one is parameter.
  142. 0.1684
  143. - added DBIx::Custom::Result all method, this is alias for fetch_hash_all
  144. - added DBIx::Custom::Result one method, this is alias for fetch_hash_first
  145. - DBIx::Custom::Result fetch_hash_first can recieve argument
  146. - select() column option can receive hash reference. This is EXPERIMENTAL
  147. - update_param_tag is DEPRECATED! use update_param instead.
  148. - insert_param_tag is DEPRECATED! use insert_param instead.
  149. - assing_param_tag is DEPRECATED! use assign_param instead.
  150. - Tag system such as {? title}, {= title} is DEPRECATED!
  151. and added paramter system such as :title.
  152. 0.1683
  153. - data_source is DEPRECATED! It is renamed to dsn
  154. 0.1682
  155. - improved debug message
  156. - fixed merge_param bug
  157. 0.1681
  158. - added EXPERIMENTAL assign_tag() method
  159. 0.1680
  160. - DEPRECATED select() param option, this is renamed to where_param
  161. - added select(), update(), and delete() where_param option
  162. 0.1679
  163. - added EXPERIMENTAL select() wrap option to support Oracle ROWNUM
  164. 0.1678
  165. - DBIx::Custom::Model filter attribute can receive hash reference
  166. - DBIx::Custom::Where clause attribute can receive clause without column name
  167. - improved error messages
  168. 0.1677
  169. - improved table search in column and join clause
  170. - DEPRECATED table tag. use table option.
  171. 0.1676
  172. - fixed test bug
  173. 0.1675
  174. - removed DEPRECATED DBIx::Custom::MySQL and DBIx::Custom::SQLite
  175. these implementations remine in https://github.com/yuki-kimoto/DBIx-Custom/wiki
  176. for some users.
  177. - removed EXPERIMENTAL replace().
  178. - removed EXPERIMENTAL mark from many methods.
  179. 0.1674
  180. - fixed test bug
  181. 0.1673
  182. - fixed dbh() method bug.
  183. 0.1672
  184. - removed EXPERIMENTAL Prefork server safe implementation, my implementation is very buggy.
  185. - added EXPERIMETNAL connector() attribute.
  186. - change retern value to array refrence of EXPERIMENTAL replace()
  187. 0,1671
  188. - added environment variable DBIX_CUSTOM_DEBUG
  189. 0.1670
  190. - removed EXPERIMETNAL select() column hash option. it's a little complex.
  191. - added EXPERIMENTAL select() param option.
  192. - added EXPERIMENTAL replace().
  193. 0.1669
  194. - renamed update_param to update_param_tag, update_param is DEPRECATED!
  195. - renamed insert_param to insert_param_tag, insert_param is DEPRECATED!
  196. 0.1668
  197. - added EXPERIMENTAL update_param no_set option.
  198. - added EXPERIMENTAL reserved_word_quote attribute.
  199. 0.1666
  200. - removed from cache() and cache_method() document for a while and cache() value
  201. become 0 because I find something bug.
  202. - create_model() return model.
  203. - added document of hash filter
  204. - adeed EXPERIMENTAL DBIx::Custom::Model method()
  205. 0.1665
  206. - removed EXPERIMETNAL flag from insert_at(), update_at(), delete_at(), select_at(), insert_param(), not_exists(), select()'s query option, update_param(), where, table tag, each column, safety_character, DBIx::Where, where().
  207. - added EXPERIMETNAL create_model()
  208. 0.1664
  209. - where can recieve array refrence, which contains where cluase and paramter.
  210. 0.1663
  211. - added EXPERIMENTAL type() attribute to DBIx::Custom::Model
  212. - added EXPERIMENTAL bind_param_option can set bind_param option
  213. to insert(), update(), delete(), select(), insert_at(),
  214. update_at(), delete_at(), select_at(), delete_all(), update_all()
  215. 0.1662
  216. - removed EXPERIMENTAL DBIx::Custom::Model column_clause
  217. - added EXPERIMENTAL column()
  218. - added EXPERIMENTAL mycolumn()
  219. 0.1661
  220. - added EXPERIMENTAL DBIx::Custom::Model table_alias attribute
  221. - added EXPERIMENTAL DBIx::Custom::Model mycolumn()
  222. - added EXPERIMENTAL DBIx::Custom::Model column()
  223. - fixed autoloading bug
  224. - added EXPERIMETNAL select() prepend table option
  225. - added EXPERIMETNAL select() column table option
  226. - added EXPERIMETNAL select() column all option
  227. - removed EXPERIMETNAL select() all_column option
  228. - removed EXPERIMENTAL view()
  229. 0.1660
  230. - added EXPERIMENTAL DBIx::Custom::Model view()
  231. - added EXPERIMENTAL view()
  232. - DBIx::Custom::Model inherit DBIx::Custom
  233. - removed EXPERIMETNAL DBIx::Custom::Model method()
  234. - added table choice feature to select() EXPERIMENTAL all_column option
  235. - removed EXPERIMENTAL DBIx::Custom::Model column attribute for side effect
  236. 0.1659
  237. - EXPERIMETAL fork safety implementaion.
  238. - removed EXPERIMENTAL selection
  239. - added select() all_column option
  240. 0.1658
  241. - added EXPERIMENTAL DBIx::Custom::Model column() prefix option.
  242. - fixed select_at join column invalid bug
  243. - added DBIx::Custom::Model column() attribute
  244. 0.1657
  245. - remaned EXPERIMENTAL safty_charcter to safty_name
  246. - safty_charcter is changed, set only one character regex.
  247. 0.1656
  248. - fixed some select() join opition bug
  249. 0.1655
  250. - added EXPERIMENTAL DBIx::Custom::Model join attribute
  251. - added EXPERIMENTAL select() join option
  252. - deprecated select() relation option
  253. - added EXPERIMENTAL update_param and insert_param
  254. - remove EXPERIMENTAL DBIx::Custom::Model relation
  255. 0.1654
  256. - selection can contain where clause.
  257. 0.1653
  258. - added EXPERIMENTAL DBIx::Custom::Result remove_filter()
  259. - added EXPERIMENTAL DBIx::Custom::Result remove_end_filter()
  260. - added EXPERIMENTAL DBIx::Custom::Model insert_at()
  261. - added EXPERIMENTAL insert_at()
  262. - improved error message
  263. 0.1652
  264. - all filter can receive array reference and receiving hash reference is DEPRECATED!
  265. 0.1651
  266. - add EXPERIMENTAL DBIx::Custom::Model filter attribute.
  267. 0.1650
  268. - add EXPERIMENTAL DBIx::Custom::Model name() attribute
  269. 0.1649
  270. - add EXPERIMENTAL DBIx::Custom::Model column_clause() method.
  271. - select method column option can receive string.
  272. - DBIx::Custom::Model select() and select_at() think about relation attirbute
  273. 0.1648
  274. - add EXPERIMENTAL DBIx::Custom::Model relation() attribute
  275. - add EXPERIMENTAL update_at(), delete_at(), select_at()
  276. - add EXPERIMENTAL setup_model()
  277. - add EXPERIMENTAL DBIx::Custom::Model columns attirbute
  278. - add EXPERIMENTAL DBIx::Custom::Model foreign_key() attribute
  279. - add EXPERIMENTAL models() attribute
  280. 0.1647
  281. - add default_dbi_option()
  282. 0.1646
  283. - add feture. all model class in namespace is included by include_model
  284. - rename EXPERIMENTAL include_table to include_model
  285. - rename EXPERIMENTAL table to model
  286. - rename EXPERIMENTAL DBIx::Custom::Table to DBIx::Custom::Model
  287. - remame EXPERIMENTAL DBIx::Custom::Table::name() to DBIx::Custom::Model::table();
  288. 0.1645
  289. - removed EXPERIMENTAL base_table() for class expandability.
  290. - EXPERIMENTAL table() can't set table object any more.
  291. - added EXPERIMENTAL include_table().
  292. 0.1644
  293. - update pod
  294. 0.1643
  295. - add EXPERIMENTAL selection option to select()
  296. - add EXPERIMENTAL table tag
  297. - fix bug : filter can't overwirite undef value.
  298. - add EXPERIMENTAL feature to apply_filter(). you can apply end filter.
  299. - add EXPERIMENTAL feature to apply_filter(). TABLE__COLUMN is filterded now.
  300. 0.1642
  301. - removed EXPERIMENTAL DBIx::Custom::Table base() method
  302. - table created by tabled method can call base_$method correponding to base_table's one
  303. 0.1641
  304. - select() where can't receive array reference to prevend SQL injection easily(not backward compatible. sorry. use where() instead)
  305. - added EXPERIMENTAL safety_column_name attribute
  306. - fix SQL injection security hole about column name
  307. 0.1640
  308. - autoload DBI method
  309. - removed EXPERIMENTAL expand
  310. 0.1639
  311. - improved delete() and update() where option. you can use DBIx::Custom::Where object
  312. - added EXPERIMENTAL not_exists()
  313. 0.1638
  314. - table object call dbi object method if not found method.
  315. - added EXPERIMENTAL base_table attribute and removed EXPERIMENTAL table_class attribute
  316. - renamed helper to method.
  317. - added EXPERIMENTAL DBIx::Custom::Result::stash()
  318. - renamed EXPERIMENTAL DBIx::Custom::Table helper to method
  319. 0.1637
  320. - renamed dbi_options to dbi_option. dbi_options is available, but deprecated.
  321. - renamed DBIx::Custom::TagProcessor to DBIx::Custom::Tag, and function names is cleanuped.
  322. - renamed register_tag_processor to register_tag. register_tag_processor is available, but deprecated.
  323. - renamed tag_processors to tags. tag_prosessors is available, but deprecated.
  324. - improved error message
  325. - build all clause if param is undefined.
  326. - each_column callback receive self as first argument.
  327. - removed EXPERIMENTAL txn_scope
  328. 0.1636
  329. - added tests and cleanup
  330. 0.1635
  331. - renamed iterate_all_columns to each_column
  332. 0.1634
  333. - became more useful where method
  334. - changed DBIx::Custom::Where greatly
  335. 0.1633
  336. - fixed test
  337. 0.1632
  338. - added EXPERIMENTAL where method
  339. - added EXPERIMENTAL DBIx::Custom::Where.
  340. - removed DBIx::Custom::Or
  341. 0.1631
  342. - added EXPERIMENTAL DBIx::Custom::Result end_filter method
  343. - EXPERIMENTAL extended select method's where option
  344. - fix select method empty where failed bug
  345. - added EXPERIMENTAL suger method query option
  346. - added EXPERIMENTAL or method
  347. 0.1630
  348. - fix test bug
  349. 0.1629
  350. - renamed auto_filter to apply_filter
  351. - changed apply_filter method arguments
  352. - deprecated cache_method
  353. 0.1628
  354. - remove DBIx::Custom::Model
  355. - move table method and table_class attribute to DBIx::Custom
  356. - added examples
  357. - fixed connect method bug
  358. 0.1627
  359. - added insert, update, update_all, delete, delete_all, select method to DBIx::Custom::Table
  360. - added EXPERIMENTAL txn_scope
  361. 0.1626
  362. - simplified DBIx::Custom::Model and DBIx::Custom::Table
  363. 0.1625
  364. - added EXPERIMENTAL DBIx::Custom::Model and DBIx::Custom::Table
  365. 0.1624
  366. - added EXPERIMENTAL iterate_all_columns method.
  367. 0.1623
  368. - added EXPERIMENTAL auto_filter method
  369. - deprecated default_bind_filter and default_fetch_filter because these are global effect.
  370. - changed defautl_bind_filter and default_fetch_filter attributes to methods.
  371. - changed DBIx::Custom::Result default_filter attribute to method
  372. - changed DBIx::Custom::Result filter attribute to method.
  373. - filter_check is always done for usability
  374. 0.1622
  375. - deprecated DBIx::Custom::SQLite and DBIx::Custom::MySQL
  376. - added dbi_options attribute
  377. - checked attributes passed to connect method
  378. 0.1621
  379. - cleanup (removed undocumented features)
  380. 0.1620
  381. - updated document
  382. 0.1619
  383. - updated document
  384. - added EXPERIMENTAL expand method
  385. 0.1618
  386. - added helper method
  387. - added begin_work, commit, and rollback method
  388. 0.1617
  389. - L<DBIx::Custom> is now stable. APIs keep backword compatible in the feature.
  390. 0.1616
  391. - removed EXPERIMENTAL register_method(), and methods attribute, because it is too magical
  392. 0.1615
  393. - fixed DBIx::Custom::QueryBuilder build_query() bug
  394. - required Perl 5.008001 to use @CARP_NOT
  395. 0.1614
  396. - removed DBIx::Custom::Query start_tag and end tag attributes
  397. - enable escaping '{' and '}' in the source of SQL
  398. - fixed Carp Carp trust relationship
  399. 0.1613
  400. - added EXPERIMENTAL register_method() method
  401. - added EXPERIMENTAL methods attribute
  402. 0.1612
  403. - added tests
  404. - updated document
  405. - removed DBIx::Custom::SQLite last_insert_rawid() mehtod(not backword compatible)
  406. - removed DBIx::Custom::MySQL last_insert_id() method(not backword compatible)
  407. 0.1611
  408. - renamed update tag to update_param
  409. - renamed insert tag to insert_param
  410. - renamed sql_builder to query_builder
  411. 0.1610
  412. - added filter_check attribute.
  413. 0.1609
  414. - updated document.
  415. 0.1608
  416. - update document
  417. - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
  418. 0.1607
  419. - where argument of select() method can specify array(string, parameters)
  420. - renamed build_query() to create_query()(not backword compatible)
  421. 0.1606
  422. - fix testing bug
  423. 0.1605
  424. - remove DBIx::Custom::QueryBuilder::tag_syntax() (not backword compatible)
  425. - renamed DBIx::Custom::TagProcessor to DBIx::Custom::TagProcessors (not backword compatible)
  426. - changed arguments of tag processor(not backword compatible)
  427. - renamed DBIx::Custom::QueryBuilder::TagProcessors functions(not backword compatible)
  428. 0.1604
  429. - changed argument of tag processor(not backword compatible)
  430. - renamed default_query_filter to default_bind_filter(not backword compatible)
  431. - renamed DBIx::Custom::SQLTemplate to DBIx::Custom::SQLBuilder(not backword compatible)
  432. - renamed create_query to build_query(not backword compatible)
  433. - renamed sql_template to sql_builder(not backword compatible)
  434. - removed DESTROY method(not backword compatible)
  435. - removed disconnect method(not backword compatible)
  436. - fixed DBIx::Custom::MySQL connect_memory
  437. 0.1603
  438. - removed DBIx::Custom commit method (not backword compatible)
  439. - removed DBIx::Custom rollback method (not backword compatible)
  440. - removed DBIx::Custom auto_commit method (not backword compatible)
  441. 0.1602
  442. - added cache_method attribute
  443. 0.1601
  444. - added cache attribute
  445. - select, insert, update, update_all, delete, delete_all, execute only receive hash argument(not backword compatible)
  446. 0.1503
  447. - removed reconnect method
  448. - removed connected method
  449. - removed reconnect_memroy method
  450. - renamed fetch_single to fetch_first
  451. - renamed fetch_hash_single to fetch_hash_first
  452. - updated document
  453. 0.1502
  454. - added commit method
  455. - added rollback method
  456. - changed select argument, added relation option
  457. - moved host attribute to DBIx::Custom::MySQL
  458. - moved port attribute to DBIx::Custom::MySQL
  459. - moved database attribute to DBIx::Custom::MySQL and DBIx::Custom::SQLite
  460. 0.1501
  461. - removed register_format()
  462. - removed formats()
  463. - removed run_transaction()
  464. - removed create_table()
  465. - removed drop_table()
  466. - changed select() arguments
  467. - changed insert() arguments
  468. - changed update() arguments
  469. - changed update_all() arguments
  470. - changed delete() arguments
  471. - changed delete_all() arguments
  472. - changed execute() arguments
  473. 0.1402
  474. - remove finish(), error()
  475. - can receive code ref to filter()
  476. - renamed resist to register
  477. 0.1401
  478. - renamed fetch_rows to fetch_multi
  479. - renamed fetch_hash_rows to fetch_hash_multi
  480. 0.1301
  481. - Changed many(not backword compatible)
  482. 0.1201
  483. - Changed many(not backword compatible)
  484. 0.1101
  485. - rename DBIx::Custom::SQLite last_insert_id to last_insert_rowid
  486. 0.1001
  487. - remove run_transaction().
  488. - add transaction() and DBIx::Custom::Transaction
  489. - rename fetch_first to fetch_single
  490. - rename fetch_hash_first to fetch_hash_single
  491. 0.0906
  492. - fix some bug
  493. 0.0905
  494. - catch up with Object::Simple update
  495. 0.0904
  496. - cleanup
  497. 0.0903
  498. - catch up with Object::Simple update
  499. 0.0902
  500. - cleanup
  501. 0.0901
  502. - DBIx::Basic filter 'encode_utf8' utf8::upgrade process is deleted
  503. 0.0801
  504. - add 'create_table', 'drop_table' methods
  505. 0.0701
  506. - rename sql_template to sql_tmpl (not backword compatible)
  507. - rename dbi_options to options (not backword compatible)
  508. 0.0605
  509. - fix encode_utf8 filter
  510. 0.0604
  511. - fix timeformat tests
  512. 0.0603
  513. - fix cache system bug
  514. 0.0602
  515. - update document
  516. 0.0601
  517. - bind_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  518. - fetch_filter argument is changed to ($value, $key, $dbi, $infos) (not backword compatible)
  519. - run_transaction argument is changed to ($dbi)
  520. 0.0502
  521. - update document
  522. 0.0501
  523. - packaging DBIx::Custom::Result DBIx::Custom::Query DBIx::Custom::MySQL DBIx::Custom::SQLite DBIx::Custom::SQL::Template
  524. 0.0401
  525. - catch up with DBIx::Custom::Result version up
  526. 0.0301
  527. - exchange filter argument 'key', 'value' (not backword compatible)
  528. 0.0201
  529. - rename tranzaction to transaction
  530. - add filter_off
  531. 0.0101
  532. - First release