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