| 01:02:40 | | --> Eddie has joined #webapps |
| 01:03:13 | | <-- Eddie has left #webapps stating () |
| 02:54:11 | | <-- janbar has quit stating (Quit: papapa...... - lece) |
| 04:20:30 | | --> Tonny has joined #webapps |
| 04:20:39 | Tonny | hello everyone |
| 04:21:23 | | <-- Tonny has left #webapps stating () |
| 04:54:54 | | --> sziszko has joined #webapps |
| 04:56:49 | | <-- sziszko has left #webapps stating () |
| 05:04:56 | | <-- roentgen has quit stating (Quit: Miranda IM! Smaller, Faster, Easier. http://miranda-im.org) |
| 06:52:25 | | --> LarsKL has joined #webapps |
| 07:09:00 | | <-- Ramunas has quit stating (Client exited) |
| 07:15:50 | | --> Ramunas has joined #webapps |
| 07:16:32 | | <-- LarsKL has quit stating (Quit: ) |
| 07:16:59 | | <-- Do`` has quit stating (Ping timeout) |
| 07:18:30 | | --> Do`` has joined #webapps |
| 07:29:14 | | --> Ramunas_ has joined #webapps |
| 07:30:21 | | <-- Ramunas has quit stating (Ping timeout) |
| 08:30:49 | | --> ROBOd has joined #webapps |
| 09:31:50 | | --> Do``2 has joined #webapps |
| 09:32:24 | | <-- Do`` has quit stating (Ping timeout) |
| 09:32:24 | | -!- Do``2 is now known as Do`` |
| 10:13:39 | | --> chachi has joined #webapps |
| 10:13:50 | | <-- chachi has left #webapps stating () |
| 10:19:37 | | --> chachi has joined #webapps |
| 10:22:56 | | <-- chachi has left #webapps stating () |
| 10:46:01 | | --> chachi has joined #webapps |
| 10:49:24 | | <-- chachi has left #webapps stating () |
| 10:54:00 | | --> Mansoor has joined #webapps |
| 11:16:00 | | <-- Mansoor has left #webapps stating () |
| 11:34:02 | | --> LarsKL has joined #webapps |
| 11:38:36 | | -!- Ramunas_ is now known as Ramunas |
| 11:39:34 | | --> shahG has joined #webapps |
| 11:39:49 | | <-- shahG has quit stating (Client exited) |
| 11:59:03 | | --> nickk_ has joined #webapps |
| 11:59:12 | nickk_ | hi |
| 12:19:00 | | <-- nickk_ has left #webapps stating () |
| 12:21:30 | | --> chachi has joined #webapps |
| 12:36:44 | | <-- chachi has left #webapps stating () |
| 12:38:24 | | --> chachi has joined #webapps |
| 12:38:31 | | <-- chachi has quit stating (Connection reset by peer) |
| 12:38:56 | | --> chachi has joined #webapps |
| 12:39:33 | | <-- chachi has left #webapps stating () |
| 13:00:03 | | --> Orcinus has joined #webapps |
| 14:04:14 | | <-- Orcinus has quit stating (Connection reset by peer) |
| 14:04:23 | | --> Orcinus has joined #webapps |
| 14:19:03 | | --> mmh has joined #webapps |
| 14:19:20 | | <-- mmh has left #webapps stating () |
| 14:19:43 | | --> MrFoo has joined #webapps |
| 14:30:31 | | <-- MrFoo has left #webapps stating () |
| 15:38:47 | | --> roentgen has joined #webapps |
| 15:47:38 | | --> josemaria has joined #webapps |
| 15:47:44 | | <-- josemaria has left #webapps stating () |
| 16:03:39 | | <-- OmegaPhil has quit stating (Ping timeout) |
| 16:04:20 | | --> OmegaPhil has joined #webapps |
| 16:11:01 | | --> skrut has joined #webapps |
| 16:18:38 | | <-- skrut has left #webapps stating () |
| 16:30:26 | | --> pffYussupov has joined #webapps |
| 16:45:32 | | --> skrut has joined #webapps |
| 16:45:49 | | <-- skrut has left #webapps stating () |
| 16:59:02 | | --> RAJIV has joined #webapps |
| 17:00:43 | | <-- RAJIV has left #webapps stating () |
| 17:15:25 | | --> Mansoor has joined #webapps |
| 17:39:27 | | --> Ramunas_ has joined #webapps |
| 17:40:32 | | <-- Ramunas has quit stating (Ping timeout) |
| 17:41:39 | | <-- pffYussupov has quit stating (Quit: Every time I make a website using frames god kills a Pokemon or two) |
| 17:43:37 | gmoz | hmm |
| 17:43:54 | Orcinus | yesh? |
| 17:44:11 | gmoz | Thinking about a DB architechture problem =) |
| 17:44:34 | gmoz | If I have some data in a table |
| 17:44:37 | Orcinus | Oddly enough, so am I, sort of. |
| 17:44:52 | gmoz | and SOME of the rows need "special" columns |
| 17:45:13 | gmoz | but not all, so the columns should not be added to the table |
| 17:45:40 | gmoz | and the special columns may be different for different rows |
| 17:45:52 | gmoz | I'm trying to think of a good way to do that |
| 17:46:33 | gmoz | I thought about making a table for the special columns with id, name |
| 17:47:06 | gmoz | then table for their values, with id,column_id,data_id,value |
| 17:47:17 | gmoz | where column_id is the special column id for getting the columns name |
| 17:47:24 | gmoz | and data_id is the id of the data row it data is related to |
| 17:47:34 | gmoz | s/it/the |
| 17:48:36 | gmoz | or maybe the data_id should be placed in the special column table |
| 17:48:59 | Orcinus | Can't really help you :| |
| 17:49:05 | gmoz | Too complicated? ;) |
| 17:49:23 | gmoz | I could also take the easy way out |
| 17:49:28 | gmoz | Add new columns to the data table |
| 17:49:38 | gmoz | but that would be wrong |
| 17:49:39 | gmoz | hehe |
| 17:49:49 | Orcinus | I would have to know exactly what kind of data you were storing to recommend a schema |
| 17:49:59 | Orcinus | And I'm kinda busy :) |
| 17:50:36 | gmoz | Well I can PM you some stuff if you want to check it out later |
| 17:50:45 | gmoz | No hurries |
| 18:13:29 | | <-- Mansoor has left #webapps stating () |
| 18:14:07 | | -!- Ramunas_ is now known as Ramunas |
| 18:33:07 | | --> mawiada26 has joined #webapps |
| 18:33:23 | | <-- mawiada26 has left #webapps stating () |
| 18:34:53 | | --> mawiada26 has joined #webapps |
| 18:38:36 | | <-- mawiada26 has left #webapps stating () |
| 19:02:17 | | --> zizoooo has joined #webapps |
| 19:06:27 | | <-- zizoooo has left #webapps stating () |
| 19:24:13 | | --> OperaNius has joined #webapps |
| 19:25:13 | | <-- OperaNius has left #webapps stating () |
| 19:46:11 | | --> somi has joined #webapps |
| 19:46:30 | | <-- somi has left #webapps stating () |
| 19:50:29 | | --> somi has joined #webapps |
| 19:52:27 | | <-- somi has left #webapps stating () |
| 19:53:24 | | --> somi has joined #webapps |
| 19:57:07 | | <-- somi has quit stating (Ping timeout) |
| 19:57:51 | | --> janbar has joined #webapps |
| 20:00:33 | | --> milka-boy has joined #webapps |
| 20:00:58 | milka-boy | hi |
| 20:02:26 | | <-- milka-boy has left #webapps stating () |
| 20:06:55 | | --> janbar_PM has joined #webapps |
| 20:07:13 | | <-- janbar has quit stating (Connection reset by peer) |
| 20:07:14 | | -!- janbar_PM is now known as janbar |
| 20:07:35 | | <-- janbar has quit stating (Killed (NickServ (Nick kill enforced))) |
| 20:08:48 | | --> janbar has joined #webapps |
| 20:32:10 | | <-- OmegaPhil has quit stating (Quit: ) |
| 20:32:52 | | --> OmegaPhil has joined #webapps |
| 20:33:32 | | --> Ramunas_ has joined #webapps |
| 20:34:39 | | <-- Ramunas has quit stating (Ping timeout) |
| 20:35:03 | | --> Ramunas has joined #webapps |
| 20:36:40 | | <-- Ramunas_ has quit stating (Ping timeout) |
| 20:38:08 | | <-- Ramunas has quit stating (Ping timeout) |
| 20:42:21 | | --> raj has joined #webapps |
| 20:42:35 | raj | hi |
| 20:59:03 | raj | is there any human being |
| 21:00:47 | * | Remco looks around |
| 21:00:54 | Remco | Nope, not seeing any |
| 21:07:59 | fearphage | ET phone home |
| 21:15:51 | | <-- ROBOd has quit stating (Quit: http://www.robodesign.ro ) |
| 21:25:44 | | --> Ramunas has joined #webapps |
| 21:36:01 | | --> jackallll has joined #webapps |
| 21:37:13 | | --> Ramunas_ has joined #webapps |
| 21:38:10 | | <-- Ramunas has quit stating (Ping timeout) |
| 21:39:18 | | <-- jackallll has quit stating (Quit: jackallll) |
| 21:47:57 | | <-- raj has quit stating (Connection reset by peer) |
| 21:56:51 | | <-- Ramunas_ has quit stating (Ping timeout) |
| 22:12:17 | | <-- LarsKL has quit stating (Quit: ) |
| 22:17:57 | | <-- Orcinus has left #webapps stating () |
| 22:54:56 | | <-- OmegaPhil has quit stating (Ping timeout) |
| 23:00:19 | | --> OmegaPhil has joined #webapps |
| 23:15:08 | | --> Benjamin has joined #webapps |
| 23:17:28 | | <-- Benjamin has left #webapps stating () |
| | |