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