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