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