You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
Lately its getting more and more obvious that web development is indeed a basic human right. And it should be accessible to every developer in the industry. jQuery played its part by making web development easier for designers, CoffeeScript for Rubyists and Pythonistas, Dart for Java devs, ClojureScript for Lispers etc. But what about DBAs? aren't they equally human? Should they be doomed to suffe
atsushi nagase*developments / blog / éå»ã®è¨äº / JavaScript / AbstractSQL.jsä½ãã¾ããã atsushi nagase - ngsdev.org æ±äº¬ã§ã¦ã§ãéçºããã¦ãããé·ç¬æ¦å²ã®ããã°ã »HOME »LABS »BLOG å ¨ã¦ã®è¨äºãè¦ã ãã®ãµã¤ããè³¼èªãã CPANã®ã¢ã¸ã¥ã¼ã«ã®ãSQL::Abstractã¯ãPerlã®ãã¼ã¿æ§é ããSQLæãçæããã¨ãã ç´ æ´ãããã©ã¤ãã©ãªãªã®ã§ãããåããããªãã®ãJavaScriptã§å¿ è¦ã«ãªã£ã¦ã æ¢ãã¦ããªãã£ãã®ã§ãèªåã§ä½ãã¾ããã ä¾ var sql = new AbstractSQL("test"); sql.createTable([ new AbstractSQL.Field("id",AbstractSQL.FieldType.INTEGER,1
ãµã¼ãã¹çµäºã®ãç¥ãã ãã¤ãYahoo! JAPANã®ãµã¼ãã¹ããå©ç¨ããã ãèª ã«ãããã¨ããããã¾ãã ã客æ§ãã¢ã¯ã»ã¹ããããµã¼ãã¹ã¯æ¬æ¥ã¾ã§ã«ãµã¼ãã¹ãçµäºãããã¾ããã ä»å¾ã¨ãYahoo! JAPANã®ãµã¼ãã¹ããæé¡§ãã ããã¾ãããããããããé¡ããããã¾ãã
With this ftplugin you can type "create table foo (foo_id int);" and get "CREATE TABLE foo (foo_id INT);".  It is based on both sql.vim and the output from postgresql's \dT command while in psql.  That makes it a tad bit tailored to postgresql, but it will work with any SQL compliant dbms.  Please note that I am not an SQL wizard.  I just know how to copy and paste and use ":%s///".  :)  Enjoy!  C
Railsã§SQLã®æ¡ä»¶ãæ±ããCondition Builderãã©ã°ã¤ã³ã便å©ã§ãã ææ°ç(1.1) http://blog.inquirylabs.com/2007/06/28/condition-builder-11/ 説æ http://blog.inquirylabs.com/2007/01/04/condition-builder-10-released/ 以åã®è¨äº http://blog.inquirylabs.com/index.php?s=condition+builder&submit=Search Conditionã¯ã©ã¹ã®ã¡ã½ããä¸è¦§ é常ãActiveRecordã«æ¡ä»¶ãæå®ããå ´åã:conditionsãªãã·ã§ã³ã§ ["a = ? AND b = ?", 1 , 2] ã®ãããªé åãæå®ãã¾ãããã®é åã®æ§ç¯ããµãã¼ããã¦ãããã®ãConditionBu
ã¯ã¦ãªã°ã«ã¼ãã®çµäºæ¥ã2020å¹´1æ31æ¥(é)ã«æ±ºå®ãã¾ãã 以ä¸ã®ã¨ã³ããªã®éããä»å¹´æ«ãç®å¦ã«ã¯ã¦ãªã°ã«ã¼ããçµäºäºå®ã§ããæ¨ããç¥ãããã¦ããã¾ããã 2019å¹´æ«ãç®å¦ã«ãã¯ã¦ãªã°ã«ã¼ãã®æä¾ãçµäºããäºå®ã§ã - ã¯ã¦ãªã°ã«ã¼ãæ¥è¨ ãã®ãã³ãæ£å¼ã«çµäºæ¥ã決å®ãããã¾ããã®ã§ã以ä¸ã®éãã確èªãã ããã çµäºæ¥: 2020å¹´1æ31æ¥(é) ã¨ã¯ã¹ãã¼ã叿ç³è«æé:2020å¹´1æ31æ¥(é) çµäºæ¥ä»¥éã¯ãã¯ã¦ãªã°ã«ã¼ãã®é²è¦§ããã³æç¨¿ã¯è¡ãã¾ãããæ¥è¨ã®ã¨ã¯ã¹ãã¼ããå¿ è¦ãªæ¹ã¯ä»¥ä¸ã®è¨äºã«ãããã£ã¦æç¶ãããã¦ãã ããã ã¯ã¦ãªã°ã«ã¼ãã«æç¨¿ãããæ¥è¨ãã¼ã¿ã®ã¨ã¯ã¹ãã¼ãã«ã¤ã㦠- ã¯ã¦ãªã°ã«ã¼ãæ¥è¨ ãå©ç¨ã®ã¿ãªãã¾ã«ã¯ãè¿·æãããããããã¾ãããã©ãããããããé¡ããããã¾ãã 2020-06-25 è¿½è¨ ã¯ã¦ãªã°ã«ã¼ãæ¥è¨ã®ã¨ã¯ã¹ãã¼ããã¼ã¿ã¯2020å¹´2æ28
â [Rails] record_dumper plugin 誤ã£ã¦ä¼å¡ããã®ãã¼ã¿ãåé¤ãã¦ãã¾ãã¾ããããªãã¨ã復æ§ã§ãã¾ãããï¼é¡§å®¢ããããé£çµ¡ãåããçäºã¡ããã¯ãããã¯ã¢ãããããã¾ããã大ä¸å¤«ã§ãããã¨è¿çãã§ããå¥é¯(DB)ç°å¢ã«ããã¯ã¢ããã復å ããã¨ãã¦ãããããã©ããã£ã¦æ¬çªç°å¢ã¸ã³ãã¼ããã®ã楽ãªãã ããï¼ã¨èããé¨ä¸ã®nkskã¡ãã(ã¿ãã好ã)ã«ãã®å¬ãå§ããããååã¯ãã¡ãã â ä½¿ãæ¹ plugin ãå ¥ãã㨠ActiveRecord::Base#record_dumper ã¡ã½ããã追å ããããããã¨ã¯ãæ¶ãã¡ãã£ããã¼ã¿(record)ã«å¯¾ãã¦æããã ãã >> member = Member.find(1) #<Member:0xb767d2b8 @attributes={"name"=>"èæ³¢", "tel"=>"090-xxx", "id"=>"1
JavaScriptMDC - Storage ãããèªãã§ãåãæã£ããã¤ã³ãã Firefox 2.0ã«ã¯ãSQLiteãçµã¿è¾¼ã¾ãã¦ãããåããFirefox 2.0ã§å°å ¥ããããã¯ã©ã¤ã¢ã³ããµã¤ãã¹ãã¬ã¼ã¸(sessionStorage/globalStorage)ã¨ã¯ç°ãªããã®ã (ã¯ã©ã¤ã¢ã³ããµã¤ãã¹ãã¬ã¼ã¸ã®ä¸ã§ã¯ããã®SQLiteãå©ç¨ããã¦ããã)åºæ¬çã«chrome URLãæ¡å¼µããã®å©ç¨ãæ³å®ããã¦ã§ããã¼ã¸ããã¯å©ç¨ã§ããªããã·ã¹ãã ãæ¡å¼µã®ãã¼ã¿ãã¡ã¤ã«ã¯ãããã¡ã¤ã«*1ã«ãæ¡å¼µåsqliteã§ä¿åããã¦ãããmozIStorageConnection#executeSimpleSQLã¯ãå¤ãè¿ããªãã ãã¼ãã«ã®ä½æãåé¤ããã¼ã¿è¿½å ãªã©ã«å©ç¨ãããã»ãã¥ãªãã£çã«ãããã©ã¼ãã³ã¹çã«ãmozIStorageConnection#createStatementã
ãªãªã¼ã¹ãé害æ å ±ãªã©ã®ãµã¼ãã¹ã®ãç¥ãã
ææ°ã®äººæ°ã¨ã³ããªã¼ã®é ä¿¡
å¦çãå®è¡ä¸ã§ã
j次ã®ããã¯ãã¼ã¯
kåã®ããã¯ãã¼ã¯
lãã¨ã§èªã
eã³ã¡ã³ãä¸è¦§ãéã
oãã¼ã¸ãéã
{{#tags}}- {{label}}
{{/tags}}