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