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