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