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