Forums WoW Modding Support Archives TrinityCore Discord Archives [DiscordArchive] Did you try to execute the query in your sql editor ? Checked the data type of every column etc ?

[DiscordArchive] Did you try to execute the query in your sql editor ? Checked the data type of every column etc ?

[DiscordArchive] Did you try to execute the query in your sql editor ? Checked the data type of every column etc ?

Pages (2): 1 2 Next
rektbyfaith
Administrator
0
10-21-2019, 06:34 PM
#1
Archived author: Exitare • Posted: 2019-10-21T18:34:50.956000+00:00
Original source

Did you try to execute the query in your sql editor ? Checked the data type of every column etc ?
rektbyfaith
10-21-2019, 06:34 PM #1

Archived author: Exitare • Posted: 2019-10-21T18:34:50.956000+00:00
Original source

Did you try to execute the query in your sql editor ? Checked the data type of every column etc ?

rektbyfaith
Administrator
0
10-21-2019, 06:34 PM
#2
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:34:52.309000+00:00
Original source

i thouth the auto increm woud do that automatic
rektbyfaith
10-21-2019, 06:34 PM #2

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:34:52.309000+00:00
Original source

i thouth the auto increm woud do that automatic

rektbyfaith
Administrator
0
10-21-2019, 06:35 PM
#3
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:35:01.202000+00:00
Original source

il try
rektbyfaith
10-21-2019, 06:35 PM #3

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:35:01.202000+00:00
Original source

il try

rektbyfaith
Administrator
0
10-21-2019, 06:36 PM
#4
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:36:35.796000+00:00
Original source

its valid
rektbyfaith
10-21-2019, 06:36 PM #4

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:36:35.796000+00:00
Original source

its valid

rektbyfaith
Administrator
0
10-21-2019, 06:37 PM
#5
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:37:34.363000+00:00
Original source

like i said it does tend to make the bnet but not the account depending on what i change then of cours
rektbyfaith
10-21-2019, 06:37 PM #5

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:37:34.363000+00:00
Original source

like i said it does tend to make the bnet but not the account depending on what i change then of cours

rektbyfaith
Administrator
0
10-21-2019, 06:39 PM
#6
Archived author: Exitare • Posted: 2019-10-21T18:39:09.367000+00:00
Original source

Just a general question why are you providing data for every column ? It’s not necessary as tc provides default values for most of the columns.
rektbyfaith
10-21-2019, 06:39 PM #6

Archived author: Exitare • Posted: 2019-10-21T18:39:09.367000+00:00
Original source

Just a general question why are you providing data for every column ? It’s not necessary as tc provides default values for most of the columns.

rektbyfaith
Administrator
0
10-21-2019, 06:40 PM
#7
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:40:00.046000+00:00
Original source

i also used a php check website and no code errors
rektbyfaith
10-21-2019, 06:40 PM #7

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:40:00.046000+00:00
Original source

i also used a php check website and no code errors

rektbyfaith
Administrator
0
10-21-2019, 06:40 PM
#8
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:40:22.391000+00:00
Original source

https://phpcodechecker.com/
[Embed: PHP Code Checker - Syntax Check for Common PHP Mistakes]
An advanced, custom PHP code checker that searches your code for common, hard to find typos and mistakes; includes a syntax check.
https://phpcodechecker.com/
rektbyfaith
10-21-2019, 06:40 PM #8

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:40:22.391000+00:00
Original source

https://phpcodechecker.com/
[Embed: PHP Code Checker - Syntax Check for Common PHP Mistakes]
An advanced, custom PHP code checker that searches your code for common, hard to find typos and mistakes; includes a syntax check.
https://phpcodechecker.com/

rektbyfaith
Administrator
0
10-21-2019, 06:44 PM
#9
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:44:06.080000+00:00
Original source

i tested the code using heidisql and this says somthink about foreigh key
[Image: unknown.png?ex=690c43b6&is=690af236&hm=f...ea2ad4e67&]
rektbyfaith
10-21-2019, 06:44 PM #9

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:44:06.080000+00:00
Original source

i tested the code using heidisql and this says somthink about foreigh key
[Image: unknown.png?ex=690c43b6&is=690af236&hm=f...ea2ad4e67&]

rektbyfaith
Administrator
0
10-21-2019, 06:53 PM
#10
Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:53:10.742000+00:00
Original source

PRIMARY KEY (`id`),
UNIQUE INDEX `idx_username` (`username`),
UNIQUE INDEX `uk_bnet_acc` (`battlenet_account`, `battlenet_index`),
CONSTRAINT `fk_bnet_acc` FOREIGN KEY (`battlenet_account`) REFERENCES `battlenet_accounts` (`id`) would this help to fix the problem
rektbyfaith
10-21-2019, 06:53 PM #10

Archived author: Lola Bunny = LivesMatter • Posted: 2019-10-21T18:53:10.742000+00:00
Original source

PRIMARY KEY (`id`),
UNIQUE INDEX `idx_username` (`username`),
UNIQUE INDEX `uk_bnet_acc` (`battlenet_account`, `battlenet_index`),
CONSTRAINT `fk_bnet_acc` FOREIGN KEY (`battlenet_account`) REFERENCES `battlenet_accounts` (`id`) would this help to fix the problem

Pages (2): 1 2 Next
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)