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