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