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