Communities

Writing
Writing
Codidact Meta
Codidact Meta
The Great Outdoors
The Great Outdoors
Photography & Video
Photography & Video
Scientific Speculation
Scientific Speculation
Cooking
Cooking
Electrical Engineering
Electrical Engineering
Judaism
Judaism
Languages & Linguistics
Languages & Linguistics
Software Development
Software Development
Mathematics
Mathematics
Christianity
Christianity
Code Golf
Code Golf
Music
Music
Physics
Physics
Linux Systems
Linux Systems
Power Users
Power Users
Tabletop RPGs
Tabletop RPGs
Community Proposals
Community Proposals
tag:snake search within a tag
answers:0 unanswered questions
user:xxxx search by author id
score:0.5 posts with 0.5+ score
"snake oil" exact phrase
votes:4 posts with 4+ votes
created:<1w created < 1 week ago
post_type:xxxx type of post
Search help
Notifications
Mark all as read See all your notifications »
Q&A

Comments on Do we currently have users with a name length > 40 characters on Codidact?

Post

Do we currently have users with a name length > 40 characters on Codidact? Question

+2
−2

Title says it all. Need somebody with database access for it. Is needed for discussion in a Github issue.

History
Why does this post require moderator attention?
You might want to add some details to your flag.
Why should this post be closed?

1 comment thread

You can check it also :thinking: (8 comments)
You can check it also :thinking:
deleted user wrote about 2 years ago
show users;

or

list users;

I don't remember accurately which is the correct code to check out. But I remember I had posted similar thing to CD Meta and GH issue.

Trilarion‭ wrote about 2 years ago · edited about 2 years ago

Where should I input that? I do not have have access to the production server.

Otherwise I would do select count(*) from users where len(name) > 40 or something like that.

deleted user wrote about 2 years ago · edited about 2 years ago

Didn't you clone the QPixel? Just test it there (using Terminal/CMD), in MYSQL.

Trilarion‭ wrote about 2 years ago

I was asking for specifically for Codidact here.

Monica Cellio‭ wrote about 2 years ago

deleted user this is a question about data in the production server. Setting up another instance and querying its database won't help.

deleted user wrote about 2 years ago · edited about 2 years ago

Monica Cellio‭ Production server doesn't use different code from QPixel. Production server runs the same code. And how database were set is available in QPixel. So if anyone clone recent version of QPixel then they will see all the things currently available in Production server of Codidact(talking about data structures and other managements not data).

Monica Cellio‭ wrote about 2 years ago

deleted user the question is about the data. Not the database. It's the difference between asking what the length is on the "name" column in the users table (that's in the code) and asking how long the longest name actually in use is.

Trilarion‭ wrote about 2 years ago

deleted user "not data" But that's exactly what I'm interested in. I want to know something about the "data" of Codidact, that's why I need somebody with access to the production server.