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