greptilian logo

IRC log for #friendlyjava, 2015-04-23

##friendlyjava on freenode

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

All times shown according to UTC.

Time S Nick Message
05:54 HEGX64 joined ##friendlyjava
07:29 aditsu joined ##friendlyjava
08:26 aditsu joined ##friendlyjava
09:46 aditsu joined ##friendlyjava
10:58 aditsu joined ##friendlyjava
16:25 aditsu joined ##friendlyjava
18:42 aditsu joined ##friendlyjava
20:16 zoro joined ##friendlyjava
20:38 noreason joined ##friendlyjava
20:38 zoro left ##friendlyjava
20:38 noreason Velo
20:38 noreason i hate postgres
20:38 noreason bcuz its beyond Sucks!
20:39 noreason if you want to go from A to C
20:39 noreason you have to go thru all the alphabets before you reach C
20:40 noreason have you seen the bloody Query
20:40 noreason Mysql query was far simpler
20:40 noreason and concise , atleast for medium scale things go well
20:40 noreason it too has bad things (need to check a lot of shit)
20:41 noreason but postgresql is HORRIBLE!
20:41 noreason aditsu
20:42 aditsu noreason: you are not making any sense; please calm down
20:43 aditsu also, postgres is the BEST :)
20:43 noreason IT SUCKS!
20:44 noreason have you built things from scratch DB part ?
20:44 aditsu still have no idea what you're talking about, but I built lots of things in pg
20:45 noreason first lets say we take ENUM type
20:45 noreason there is no ENUM in postgres
20:45 noreason that way more SUcks
20:45 aditsu yes there is, but I seldom use it
20:45 noreason we need to create a table for that
20:45 aditsu no table
20:46 noreason huh ?
20:46 noreason are sure?
20:46 noreason CREATE TYPE e_contact_method AS ENUM ('Email', 'Sms', 'Phone')
20:46 aditsu sure I'm sure
20:46 noreason this internally creates a table
20:46 noreason later i can do
20:46 noreason CREATE TABLE contact_method_info (
20:46 noreason contact_name text,
20:46 noreason contact_method e_contact_method,
20:46 noreason value text
20:46 noreason )
20:46 aditsu no, it's a type
20:47 noreason cant do CREATE TABLE contact_method_info (
20:47 noreason contact_name text,
20:47 noreason contact_method  ENUM('Email', 'Sms', 'Phone'),
20:47 noreason value text
20:47 noreason )
20:48 noreason if you migrate mysql to postgres
20:48 noreason your DEAD MEAT!
20:49 noreason everywhere problem
20:49 noreason i have used many DB
20:49 noreason postgres really beyond crazy
20:50 aditsu fine, then shut up and use mysql
20:51 noreason ? thats it ?
20:51 noreason aditsu ?!
20:52 noreason LOL!
20:52 aditsu well, you obviously decided that you hate postgres, no point in continuing
20:54 noreason well i was giving fact
20:54 noreason since i worked on mysql for more time
20:56 aditsu I think you gave one fact in the middle of a dozen lies and opinions
20:56 noreason for example to modify a column you need to do a lot of circus
20:56 noreason lies ?
20:56 noreason where ?
20:56 aditsu like "there is no ENUM in postgres"
20:57 noreason ALTER [ COLUMN ] column [ SET DATA ] TYPE data_type [ COLLATE collation ] [ USING expression ]
20:57 aditsu and the fact was that mysql syntax doesn't always work the same in postgres (duh!)
20:58 noreason obvious its right you have to create your own type
20:58 noreason that sucks
20:58 noreason it doesnt have ENUM
21:06 noreason i have worked on mysql more than 5 years
21:06 noreason jeez :/
21:08 noreason i have also used Oracle
21:09 noreason i also worked for them
21:09 noreason !
21:48 usandfriends joined ##friendlyjava
21:48 usandfriends Checked out the new version. Was super excited for the line comments (e#).
21:48 usandfriends new version of CJam*
21:50 pdurbin usandfriends: cool

| Channels | #friendlyjava index | Today | | Search | Google Search | Plain-Text | plain, newest first | summary

##friendlyjava on freenode